# author class import string from thing import thing class author(thing): def __init__(self,sdb,parent=''): thing.__init__(self,sdb,parent) self.ftype = 'author' def process(self): pass