This commit is contained in:
Zsolt Ero
2023-12-04 22:56:27 +01:00
parent c12ed48275
commit f9649c50fc
13 changed files with 150 additions and 49 deletions

5
lib/config.py Normal file
View File

@@ -0,0 +1,5 @@
from pathlib import Path
base = Path(__file__).parent.parent
templates = base / 'templates'