Class works with SuperClass.__init__() but not with super().__init__()
I have the class structure below. Just ignore the minor issues such as mismatching variable names, this is not the issue here, I’ll explain what is in a moment.
Class works with SuperClass.__init__() but not with super().__init__()
I have the class structure below. Just ignore the minor issues such as mismatching variable names, this is not the issue here, I’ll explain what is in a moment.