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

13 lines
155 B
Python
Raw Normal View History

2021-03-31 16:08:41 +00:00
from typing import Dict
from structured_config import Structure
HAS_MODELS = True
class PollsConfig(Structure):
pass
2021-03-31 16:08:41 +00:00
extra: Dict[str, Dict] = {}