Bear with me as I am getting started with Python. Say I have a multiple inheritance scenario:
class Animal: def __init__(self, Animal): print(Anim