add policy and theme products
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / browser / interfaces.py
diff --git a/src/koehsel.theme/koehsel/theme/browser/interfaces.py b/src/koehsel.theme/koehsel/theme/browser/interfaces.py
new file mode 100644 (file)
index 0000000..e7fffb2
--- /dev/null
@@ -0,0 +1,5 @@
+from plone.theme.interfaces import IDefaultPloneLayer
+
+class IThemeSpecific(IDefaultPloneLayer):
+    """Marker interface that defines a Zope 3 browser layer.
+    """