def __init__(self): # System is already initialized in the Projects class UI.__init__(self) Rename.__init__(self) System.__init__(self)
def __init__(self): UI.__init__(self)