Spaces:
Sleeping
Sleeping
| import sys | |
| from pathlib import Path | |
| PACKAGE_PARENT = Path(__file__).resolve().parents[2] | |
| if str(PACKAGE_PARENT) not in sys.path: | |
| sys.path.insert(0, str(PACKAGE_PARENT)) | |
| import sys | |
| from pathlib import Path | |
| PACKAGE_PARENT = Path(__file__).resolve().parents[2] | |
| if str(PACKAGE_PARENT) not in sys.path: | |
| sys.path.insert(0, str(PACKAGE_PARENT)) | |