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"