1 2 3 4 5
import os from pathlib import Path DAILY_DIR = Path(os.environ["DAILY_DIR"]) LOG_DIR = Path(os.environ["LOG_DIR"])