3
œ(ƒh  ã               @   sh   d Z ddlmZmZmZ ddlmZmZmZ ddl	m
Z
 ddlmZ ddlmZ dd	d
dddgZdZdS )aM  
HTML parsing library based on the WHATWG "HTML5"
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 html5lib
f = open("my_document.html")
tree = html5lib.parse(f)
é    )Úabsolute_importÚdivisionÚunicode_literalsé   )Ú
HTMLParserÚparseÚparseFragment)ÚgetTreeBuilder)ÚgetTreeWalker)Ú	serializer   r   r   r	   r
   r   z0.999999999N)Ú__doc__Ú
__future__r   r   r   Úhtml5parserr   r   r   Útreebuildersr	   Útreewalkersr
   Ú
serializerr   Ú__all__Ú__version__© r   r   ú7/tmp/pip-install-q3hcpn_q/html5lib/html5lib/__init__.pyÚ<module>   s   