bazarr/libs/html5lib/_trie/__init__.py

6 lines
109 B
Python
Raw Normal View History

2018-11-01 00:08:29 +08:00
from __future__ import absolute_import, division, unicode_literals
from .py import Trie
2018-11-01 00:08:29 +08:00
__all__ = ["Trie"]