print("import: 'html5lib'")
import html5lib

print("import: 'html5lib._trie'")
import html5lib._trie

print("import: 'html5lib.filters'")
import html5lib.filters

print("import: 'html5lib.treeadapters'")
import html5lib.treeadapters

print("import: 'html5lib.treebuilders'")
import html5lib.treebuilders

print("import: 'html5lib.treewalkers'")
import html5lib.treewalkers

