I\'m creating a class (class0) in Python that is a currently based off of one class (class1); however, I\'d like to inherit from another class as well (class2). The thing ab
create another base class implementing this one method and make class2 and class1 both inherit this class