from zope.interface import Interface from Products.CMFCore.interfaces import ISiteRoot class IIVASiteRoot(ISiteRoot): """ IVA site root """