Files
planer2/backend/config.py
2026-07-24 22:39:23 +02:00

5 lines
115 B
Python

from pathlib import Path
PROJECT_ROOT = Path(__file__).resolve().parent.parent
DATEN_DIR = PROJECT_ROOT / "daten"