def prod(): app = get_app(config='Production') app.run()
def run(): app = get_app(config='Development') get_app()