Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
trie / trie / __init__.py
Size: Mime:
import pkg_resources

from .binary import (  # noqa: F401
    BinaryTrie,
)
from .hexary import (  # noqa: F401
    HexaryTrie,
)


__version__ = pkg_resources.get_distribution("trie").version