This commit is contained in:
Team3
2026-05-25 19:33:48 +02:00
parent 66a48759b3
commit e964c807d9
14 changed files with 8137 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
from pathlib import Path
PROJECT_ROOT = Path(__file__).resolve().parent.parent
DOC_DIR = PROJECT_ROOT / "doc"
TEMPLATES_DIR = PROJECT_ROOT / "templates"
STORAGE_DIR = PROJECT_ROOT / "storage"
DB_PATH = PROJECT_ROOT / "guides.db"