mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-27 16:28:53 +00:00
7 lines
75 B
Python
7 lines
75 B
Python
|
|
||
|
from zope.interface import Interface
|
||
|
|
||
|
class IClient(Interface):
|
||
|
pass
|
||
|
|