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