Files
g0v0-server/app/path.py

6 lines
190 B
Python

from pathlib import Path
STATIC_DIR = Path(__file__).parent.parent / "static"
CONFIG_DIR = Path(__file__).parent.parent / "config"
ACHIEVEMENTS_DIR = Path(__file__).parent / "achievements"