Пример #1
0
 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()