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