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

11 lines
114 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
2020-11-09 01:18:55 +01:00
HAS_MODELS = False
2020-09-02 00:08:06 +02:00
2020-11-09 01:18:55 +01:00
class UtilsConfig(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 = {}