class father: def __init__(self): print("Dad") class mother: def __init__(self): print("Mom") class child(fathe