blob: c2c5953c900d707c9ec640a4f2ff053d963f9288 [file] [log] [blame]
class B():
def __init__(self):
self.a = "some string"
print(self.a)