def __init__(self): self.sanic = SanicConfig() self.database = PostgresConfig()
def __init__(self): self.my_config = Config() self.sanic = SanicConfig() # self.database = SQLiteConfig() self.database = PostgresConfig()