mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
6 lines
150 B
Python
6 lines
150 B
Python
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"
|