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

13 lines
153 B
Python
Raw Normal View History

2021-05-13 14:45:49 +00:00
from typing import Dict
from structured_config import Structure
HAS_MODELS = True
class ModConfig(Structure):
pass
extra: Dict[str, Dict] = {}