class Module(): title = '' def start(self, area): raise Exception('not implemented') def run(self): raise Exception('not implemented')