File: __init__.py

package info (click to toggle)
python-binary-memcached 0.31.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 304 kB
  • sloc: python: 1,723; makefile: 17
file content (3 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (3)
1
2
3
__all__ = ('Client', 'ReplicatingClient', 'DistributedClient', )

from bmemcached.client import Client, ReplicatingClient, DistributedClient