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

13 lines
154 B
Python

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