]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - src/allmydata/web/common.py
webish: this file is too big, start breaking it into pieces, beginning with status
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / common.py
1
2 from zope.interface import Interface
3
4 class IClient(Interface):
5     pass
6