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

13 lines
156 B
Python
Raw Normal View History

2021-03-31 18:08:41 +02:00
from typing import Dict
2020-10-22 00:00:48 +02:00
from structured_config import Structure
2020-09-02 00:08:06 +02:00
2021-05-13 16:45:49 +02:00
HAS_MODELS = False
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
2021-03-31 18:08:41 +02:00
extra: Dict[str, Dict] = {}