Source code for ploneintranet.activitystream.browser.interfaces

from zope.interface import Interface


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