????

Your IP : 52.14.125.137


Current Path : /proc/self/root/proc/self/root/lib/python3.6/site-packages/html5lib/_trie/
Upload File :
Current File : //proc/self/root/proc/self/root/lib/python3.6/site-packages/html5lib/_trie/__init__.py

from __future__ import absolute_import, division, unicode_literals

from .py import Trie as PyTrie

Trie = PyTrie

# pylint:disable=wrong-import-position
try:
    from .datrie import Trie as DATrie
except ImportError:
    pass
else:
    Trie = DATrie
# pylint:enable=wrong-import-position