File: __init__.py

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

from bmemcached.client import Client, ReplicatingClient, DistributedClient