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