Source code for ploneintranet.microblog.browser.interfaces

from zope.interface import Interface


[docs]class IPloneIntranetMicroblogLayer(Interface): """Marker interface to define ZTK browser layer"""