File: __init__.py

package info (click to toggle)
python-uhashring 2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 634; makefile: 19
file content (4 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
4
from uhashring.ring import HashRing

__all__ = ["HashRing", "monkey"]
__version__ = "2.3"