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

11 lines
113 B
Python
Raw Normal View History

2020-10-21 22:00:48 +00:00
from structured_config import Structure
2020-09-01 22:08:06 +00:00
HAS_MODELS = True
2020-09-01 22:08:06 +00:00
class AdminConfig(Structure):
2020-10-21 22:00:48 +00:00
pass
2020-09-01 22:08:06 +00:00
2020-10-21 22:00:48 +00:00
extra = {}