Source code for ploneintranet.notifications.browser.interfaces

# -*- coding: utf-8 -*-
from zope.interface import Interface


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