1 2 3 4 5
class Class(BaseClass): def __init__(self, arg, kwarg=None) super(Class, self).__init__( self, arg, kwarg=kwarg)