<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">try:
    __import__('pkg_resources').declare_namespace(__name__)
except ImportError:
    pass  # must not have setuptools
</pre></body></html>