<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">from django.http import Http404


class Resolver404(Http404):
    pass


class NoReverseMatch(Exception):
    pass
</pre></body></html>