This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
collective.task/src/collective/task/interfaces.py

8 lines
255 B
Python

# -*- coding: utf-8 -*-
"""Module where all interfaces, events and exceptions live."""
from plone.theme.interfaces import IDefaultPloneLayer
class ICollectiveTaskLayer(IDefaultPloneLayer):
"""Marker interface that defines a Zope 3 browser layer."""