mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-17 09:17:11 +08:00
4 lines
98 B
Python
4 lines
98 B
Python
from django.core.handlers.wsgi import WSGIHandler
|
|
|
|
def get_wsgi_application() -> WSGIHandler: ...
|