예제 #1
0
def prod():
    app = get_app(config='Production')
    app.run()
예제 #2
0
def run():
    app = get_app(config='Development')
    get_app()