o
    üh  ć                   @   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   śM/var/www/Befach/backend/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    