Files
django-stubs/django/core/wsgi.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

4 lines
98 B
Python

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