mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
6 lines
94 B
Python
6 lines
94 B
Python
from pathlib import Path
|
|
|
|
|
|
base = Path(__file__).parent.parent
|
|
templates = base / 'templates'
|