uploader-bot/app/core/active_config.py

5 lines
129 B
Python

from app.core.models._config import ConfigFile
from app.core._config import CONFIG_FILE
active_config = ConfigFile(CONFIG_FILE)