__init__.py 120 Bytes Raw Blame History Permalink 1 2 3 4 5 from pathlib import Path from conf import BASE_DIR Path(BASE_DIR / "cookies" / "douyin_uploader").mkdir(exist_ok=True)