mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-03-13 15:03:40 +00:00
Allow parametrizing paths
This commit is contained in:
5
pulkka/config.py
Normal file
5
pulkka/config.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
DATA_DIR = Path(os.environ.get("DATA_DIR", "data"))
|
||||
OUT_DIR = Path(os.environ.get("OUT_DIR", "out"))
|
||||
Reference in New Issue
Block a user