Files
django-stubs/django-stubs-generated/core/wsgi.pyi
2018-11-10 17:49:18 +03:00

7 lines
128 B
Python

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