WordCloud4Reddit / settings.py
sbgonenc96's picture
init commit
e8c2906 verified
raw
history blame contribute delete
No virus
122 Bytes
import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
CONFIG_FILE_PATH = os.path.join(BASE_DIR, "config.toml")