Zalohovani vsech podstatnych souboru
This commit is contained in:
5
skills/remind/tests/conftest.py
Normal file
5
skills/remind/tests/conftest.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
# random_times.py lives in the sibling scripts/ directory.
|
||||
sys.path.insert(0, str(Path(__file__).parent.parent / "scripts"))
|
||||
Reference in New Issue
Block a user