Files
openfreemap/ssh_lib/config.py
Zsolt Ero 55e6df291a work
2023-12-07 22:44:42 +01:00

7 lines
114 B
Python

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