tuxbot-bot/tuxbot/cogs/Crypto/config.py
2021-03-31 18:08:53 +02:00

13 lines
157 B
Python

from typing import Dict
from structured_config import Structure
HAS_MODELS = False
class CryptoConfig(Structure):
pass
extra: Dict[str, Dict] = {}