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

13 lines
157 B
Python
Raw Normal View History

2021-03-31 16:08:41 +00:00
from typing import Dict
from structured_config import Structure
HAS_MODELS = False
class CryptoConfig(Structure):
pass
2021-03-31 16:08:41 +00:00
extra: Dict[str, Dict] = {}