mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-08 02:40:59 +08:00
4 lines
98 B
Python
4 lines
98 B
Python
from django.core.handlers.asgi import ASGIHandler
|
|
|
|
def get_asgi_application() -> ASGIHandler: ...
|