<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 PY2

from sys import *

if PY2:
    from __builtin__ import intern
</pre></body></html>