histOSM / config.py
muk42's picture
added OUTPUT_PATH
d0c9e96
raw
history blame contribute delete
149 Bytes
import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
OUTPUT_DIR = os.path.join(BASE_DIR, "output")
os.makedirs(OUTPUT_DIR, exist_ok=True)