tahoe-lafs/src/allmydata/web/common.py

7 lines
75 B
Python
Raw Normal View History

from zope.interface import Interface
class IClient(Interface):
pass