I have doubt if multiple classes inherited to a derived class. How can we call the init of all base classes.
class Base1(object): def __init_