Files
openfreemap/openfreemaps/config.py
Zsolt Ero 28f6d4f73a start
2023-12-02 23:42:09 +01:00

6 lines
94 B
Python

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