<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">try:
    import lxml.etree as ET  # type: ignore  # noqa: F401
except ImportError:
    import xml.etree.ElementTree as ET  # type: ignore  # noqa: F401
</pre></body></html>