#! /usr/bin/python3
# WSGI script for Magnum API, used by mod_wsgi.
# The magnum.wsgi.api module creates the application at import time.
from magnum.wsgi.api import application  # noqa: F401
