Python - Multiple Inheritance and Method Resolution
What is the correct way to declare a class
Child that inherits from two parent classes Parent1 and Parent2 in Python?