Files
django-stubs/django-stubs-generated/core/wsgi.pyi
2018-12-03 18:52:44 +03:00

6 lines
127 B
Python

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