"""WSGI entry point for production deployment.""" from app import create_app application = create_app() app = application