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