File: __init__.py

package info (click to toggle)
python-bleach 6.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,356 kB
  • sloc: python: 14,626; sh: 61; makefile: 51
file content (5 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (48)
1
2
3
4
5
from __future__ import absolute_import, division, unicode_literals

from .py import Trie

__all__ = ["Trie"]