class ModuleA(): def __init__(self): self.title = 'A' self.widget = None def start(self): print 'start A' def stop(self): print 'stop A'