예제 #1
0
def app():
    return init_app(testing=True)
예제 #2
0
def app():
    return init_app(create_all=True, testing=True)
예제 #3
0
from usmgpm.app import init_app

if __name__ == '__main__':
    app = init_app()
    app.run()