"""
WSGI entry point for Gunicorn deployment.
"""

from web.app import app

application = app
