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

11 lines
115 B
Python

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