TRX/tools/shared/common.py

7 lines
150 B
Python
Raw Normal View History

2024-03-26 16:00:26 +01:00
from pathlib import Path
TOOLS_DIR = Path(__file__).parent.parent
REPO_DIR = TOOLS_DIR.parent
DATA_DIR = REPO_DIR / "src"
SRC_DIR = REPO_DIR / "src"