Files
openfreemap/ssh_lib/config.py
Zsolt Ero 5831068231 work
2023-12-07 22:50:36 +01:00

7 lines
115 B
Python

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