File: __init__.py

package info (click to toggle)
python-binary-memcached 0.31.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 316 kB
  • sloc: python: 1,763; 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