
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3
B;W                 @   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__Z
__future__r   r   r   Zhtml5parserr   r   r   Ztreebuildersr	   Ztreewalkersr
   Z
serializerr   __all____version__ r   r   /usr/lib/python3.6/__init__.py<module>   s   