tuxbot-bot/tuxbot/cogs/Custom/config.py

11 lines
115 B
Python
Raw Normal View History

from structured_config import Structure
HAS_MODELS = False
class CustomConfig(Structure):
pass
extra = {}