o
    h                     @   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   T/var/www/html/optinet_system/venv/lib/python3.10/site-packages/tinyhtml5/__init__.py<module>   s    