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

11 lines
113 B
Python
Raw Normal View History

from structured_config import Structure
HAS_MODELS = True
class PollsConfig(Structure):
pass
extra = {}