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

13 lines
153 B
Python

from typing import Dict
from structured_config import Structure
HAS_MODELS = True
class ModConfig(Structure):
pass
extra: Dict[str, Dict] = {}