Spaces:
Runtime error
Runtime error
| import sys | |
| from pathlib import Path | |
| root = Path(__file__).resolve().parent | |
| if str(root) not in sys.path: | |
| sys.path.insert(0, str(root)) | |
| import sys | |
| from pathlib import Path | |
| root = Path(__file__).resolve().parent | |
| if str(root) not in sys.path: | |
| sys.path.insert(0, str(root)) | |