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