facebook-tool/config.py

6 lines
151 B
Python

import os
# 📂 Thư mục profiles gốc
PROFILES_DIR = os.path.join(os.getcwd(), "profiles")
TEMPLATE_DIR = os.path.join(os.getcwd(), "templates")