Ejemplo n.º 1
0
def prod():
    app = get_app(config='Production')
    app.run()
Ejemplo n.º 2
0
def run():
    app = get_app(config='Development')
    get_app()