Added super().__init__(), allowing inheriting classes to call super().init() on multiple parents.
super().__init__()