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

11 lines
182 B
Python

from Products.Five import BrowserView
from zope.interface import Interface
class IFriendshipGroupsFolder(Interface):
pass
class FriendshipGroupsFolder(BrowserView):
pass