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