Fix it like this:
def __init__(super, *args, **kwargs): pass
Instead of self, use super to indicate you are inheriting the constructor from the class you are inheriting from.
self
super