o
    ô<âg„  ã                   @   s    d dl Z d dlmZ dd„ ZdS )é    N)ÚWSGIHandlerc                   C   s   t jdd tƒ S )zß
    The public interface to Django's WSGI support. Return a WSGI callable.

    Avoids making django.core.handlers.WSGIHandler a public API, in case the
    internal WSGI implementation changes or moves in the future.
    F)Ú
set_prefix)ÚdjangoÚsetupr   © r   r   úC/var/www/html/venv/lib/python3.10/site-packages/django/core/wsgi.pyÚget_wsgi_application   s   r   )r   Údjango.core.handlers.wsgir   r   r   r   r   r   Ú<module>   s    