#! /usr/bin/python3
# WSGI script for Glance API, used by mod_wsgi.
# The glance.wsgi.api module creates the application at import time,
# replacing the standalone glance-api server removed upstream.
from glance.wsgi.api import application  # noqa: F401
