Files
openfreemap/lib/config.py
Zsolt Ero f9649c50fc work
2023-12-04 22:56:27 +01:00

6 lines
94 B
Python

from pathlib import Path
base = Path(__file__).parent.parent
templates = base / 'templates'