Spaces:
Runtime error
Runtime error
File size: 100 Bytes
8771ea4 |
1 2 3 4 5 |
import sys
import pathlib
sys.path.append(pathlib.Path(f'{__file__}/../modules').parent.resolve())
|