blob: 3f86fa4184592480d1140a4507d15b336a2ef79f [file] [log] [blame]
class A:
def __init__(self, foo=True):
self.foo = foo
print('hello')