Source code for ploneintranet.core.browser.interfaces

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


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