class A: def __init__(self, foo=True): self.foo = foo print('hello')