from pathlib import Path BASE_DIR = Path("/tmp/ipa_explorer") DOWNLOAD_DIR = BASE_DIR / "downloads" DOWNLOAD_DIR.mkdir(parents=True, exist_ok=True)