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