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

    Avoids making django.core.handlers.ASGIHandler a public API, in case the
    internal 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/asgi.pyÚget_asgi_application   s   r   )r   Údjango.core.handlers.asgir   r   r   r   r   r   Ú<module>   s    