Files
django-stubs/django-stubs/core/wsgi.pyi
2018-12-21 01:17:17 +03:00

4 lines
98 B
Python

from django.core.handlers.wsgi import WSGIHandler
def get_wsgi_application() -> WSGIHandler: ...