1 2 3 4 5 6 7 8 9 10 11 12
class GUIComponent: """ GUI component """ def __init__(self): pass def execBegin(self): pass def execEnd(self): pass