Files
openfreemap/ssh_lib/config.py
Zsolt Ero fab71939ad rename
2023-12-05 21:06:29 +01:00

6 lines
94 B
Python

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