"""Create an application instance.""" from app import create_app app = create_app()