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
Raw Normal View History

2015-02-09 15:18:53 +01:00
from Products.Five import BrowserView
from zope.interface import Interface
class IFriendshipGroupsFolder(Interface):
pass
class FriendshipGroupsFolder(BrowserView):
pass