<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">from __future__ import absolute_import
from future.utils import PY3
__future_module__ = True

if PY3:
    from html.parser import *
else:
    from HTMLParser import *
</pre></body></html>