Spaces:
Running
Running
File size: 181 Bytes
2319518 |
1 2 3 4 5 6 |
import sys
from pathlib import Path
# A temporary solution. We should use `python setup.py develop` in the future.
sys.path.insert(0, str(Path(__file__).absolute().parent.parent))
|