
    kh                     "    d Z ddlmZ dgZdxZZy)aP  HTML parsing library based on the WHATWG HTML specification.

The parser is designed to be compatible with existing HTML found in the wild
and implements well-defined error recovery that is largely compatible with
modern desktop web browsers.

Example usage::

    import tinyhtml5
    tree = tinyhtml5.parse("/path/to/document.html")

   )parser   z2.0.0N)__doc__parserr   __all__VERSION__version__     N/var/www/teggl/fontify/venv/lib/python3.12/site-packages/tinyhtml5/__init__.py<module>r      s     ) +r
   