17 Nov 2023
Always call super().__init__() in the __init__() method of the subclass - a Python multiple inheritance gotcha.
super().__init__()
__init__()
Read More »