o
    Xh0h¨  ã                   @   s"   d Z ddlmZ dgZd ZZdS )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__© r   r   úH/var/www/html/rh/venv/lib/python3.10/site-packages/tinyhtml5/__init__.pyÚ<module>   s    