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

9 lines
94 B
Python
Raw Normal View History

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