1 2 3 4 5 6 7 8 9 10
from configlib import BaseConfig class Config(BaseConfig): name: str password: str channel: str config = Config.get_instance()