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