diff options
Diffstat (limited to 'python/env.py')
| -rw-r--r-- | python/env.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/env.py b/python/env.py new file mode 100644 index 00000000..8c952a11 --- /dev/null +++ b/python/env.py @@ -0,0 +1,5 @@ +import os +from pathlib import Path + +DAILY_DIR = Path(os.environ["DAILY_DIR"]) +LOG_DIR = Path(os.environ["LOG_DIR"]) |
