Files
django-stubs/django-stubs/core/asgi.pyi
2020-11-09 20:27:17 +03:00

4 lines
98 B
Python

from django.core.handlers.asgi import ASGIHandler
def get_asgi_application() -> ASGIHandler: ...