from zope.interface import Interface class ICameFromInfoUtility(Interface): """ """ def getInfo(self, context): """ get info """