3 ÝPf ã@shdZddlmZmZmZddlmZmZmZddl m Z ddl m Z ddl mZdd d d d d gZdZdS)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)Ú serializerrrr r r z1.0b10N)Ú__doc__Z __future__rrrZ html5parserrrrZ treebuildersr Z treewalkersr Z serializerr Ú__all__Ú __version__©rrú/usr/lib/python3.6/__init__.pyÚ s