Spaces:
Runtime error
Runtime error
File size: 140 Bytes
8096125 | 1 2 3 4 5 6 7 | import sys
from pathlib import Path
root = Path(__file__).resolve().parent
if str(root) not in sys.path:
sys.path.insert(0, str(root))
|