
    g                         d dl Z d dlmZ d Zy)    N)ASGIHandlerc                  B    t        j                  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        h/var/www/python.vincentserveurtest.ovh/public_html/venv/lib/python3.12/site-packages/django/core/asgi.pyget_asgi_applicationr      s     LLE"=r	   )r   django.core.handlers.asgir   r   r   r	   r
   <module>r      s     1r	   