import os from src.config import LOCAL_TEMP_SUBMISSIONS_DIR def setup_directories(): os.makedirs(LOCAL_TEMP_SUBMISSIONS_DIR, exist_ok=True)