echo / tests /__init__.py
blacknight3113's picture
Upload 433 files
2bedf44 verified
raw
history blame contribute delete
100 Bytes
import sys
import pathlib
sys.path.append(pathlib.Path(f'{__file__}/../modules').parent.resolve())