def __init__(self, foo) self.foo = foo
class Foo: bar = 42 def __init__(self, **kwargs): self.__dict__.update(**kwargs)