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