autoUpload/uploader/__init__.py
2025-09-08 09:32:45 +08:00

5 lines
100 B
Python

from pathlib import Path
from conf import BASE_DIR
Path(BASE_DIR / "cookies").mkdir(exist_ok=True)