mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-29 13:17:58 +03:00
6 lines
151 B
Python
6 lines
151 B
Python
from pathlib import Path
|
|
|
|
TOOLS_DIR = Path(__file__).parent.parent
|
|
REPO_DIR = TOOLS_DIR.parent
|
|
DATA_DIR = REPO_DIR / "data"
|
|
SRC_DIR = REPO_DIR / "src"
|