from zope.interface import Interface class ISCORMTool(Interface): """ SCORM tool """ class ISCORMFile(Interface): """ SCORM file """