Prepare for this year's survey, part 2

Fixes #4
This commit is contained in:
Aarni Koskela
2022-09-26 15:30:21 +03:00
parent 0b188b4fd7
commit 07ffb3a44d
7 changed files with 50 additions and 8 deletions

View File

@@ -3,3 +3,4 @@ from pathlib import Path
DATA_DIR = Path(os.environ.get("DATA_DIR", "data"))
OUT_DIR = Path(os.environ.get("OUT_DIR", "out"))
YEAR = str(os.environ["YEAR"])