from pathlib import Path CACHE_DIR = Path.cwd() / "scheduler" RECORD_DIR = Path.cwd() / "recorder"