def nothing(request: HttpRequest) -> HttpResponse: return HttpResponse(b'nothing to see here', status=200, content_type="text/plain; charset=utf-8")