
vÅÏ^‚  ã               @   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.
    Z
set_prefixF)ÚdjangoÚsetupr   © r   r   ú2/tmp/pip-build-8lau8j11/django/django/core/asgi.pyÚget_asgi_application   s    r   )r   Zdjango.core.handlers.asgir   r   r   r   r   r   Ú<module>   s   