#from Products.ATContentTypes.interfaces import IATContentType from Products.ATContentTypes.interfaces import IATDocument # This is a marker interface. By having HouseAcctsView declare that it # implements IHouseAcctsView, we are asserting that it also supports # IATContentType and everything that interface declares class IHomePage(IATDocument): """HomePage marker interface """ pass