HighNeed_projekt_inz/highneed/venv/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/__init__.py

6 lines
114 B
Python
Raw Normal View History

2021-03-25 13:15:48 +01:00
from __future__ import absolute_import, division, unicode_literals
from .py import Trie
__all__ = ["Trie"]