"""WSGI entry point for Nexus Instance Manager.""" from app import create_app application = create_app()