Пример #1
0
 async def get_application(self):
     return init(TestConfig())
Пример #2
0
from app import main

main.init()
Пример #3
0
from app.main import init

init()
Пример #4
0
def run(event, context):
    results = main.init()
    print(results)