from app import create_app

application = create_app()  # This creates and returns the Flask app
