o
    x¹Ÿi‚  ã                   @   s   d Z ddlmZ eZdS )a
  WSGI entrypoint for deploying under Gunicorn or any WSGI server.

Usage example:
  gunicorn -w 4 -b 0.0.0.0:8000 wsgi:app

This module imports the Flask `app` defined in `web.py` and exposes
it as the WSGI callable named `app` (and `application` for compatibility).
é    )ÚappN)Ú__doc__Úwebr   Úapplication© r   r   ú*/var/www/apps/myagent/mysuperagent/wsgi.pyÚ<module>   s    