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