Files
g0v0-server/app/path.py
2025-08-21 08:50:16 +00:00

7 lines
173 B
Python

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