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.
tabellio.mixedcommittee/tabellio/mixedcommittee/folder.py

11 lines
168 B
Python

from Products.Five import BrowserView
from zope.interface import Interface
class ICommitteeFolder(Interface):
pass
class CommitteeFolder(BrowserView):
pass