mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
7 lines
115 B
Python
7 lines
115 B
Python
from pathlib import Path
|
|
|
|
|
|
base = Path(__file__).parent.parent
|
|
config = base / 'config'
|
|
scripts = base / 'scripts'
|