from ovrapp import create_app


application = create_app()
app = application

