Files
scenarionet/scenarionet/__init__.py
QuanyiLi 5d536819c7 refactor
2023-05-06 16:00:17 +01:00

6 lines
239 B
Python

import os
SCENARIONET_PACKAGE_PATH = os.path.dirname(os.path.abspath(__file__))
SCENARIONET_REPO_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SCENARIONET_DATASET_PATH = os.path.join(SCENARIONET_REPO_PATH, "dataset")