I do a lot of `cls.__init__` calls in some constructors that can (probably) be fixed by adding `super().__init__()` calls so that they are chained :)
I do a lot of
cls.__init__calls in some constructors that can (probably) be fixed by addingsuper().__init__()calls so that they are chained :)