U
    yh                     @   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)Z
set_prefix)djangosetupr    r   r   X/var/www/dating/data/www/fatepal.com/env/lib/python3.8/site-packages/django/core/asgi.pyget_asgi_application   s    r   )r   Zdjango.core.handlers.asgir   r   r   r   r   r   <module>   s   