blob: e108303e7a878aeef6738aab9f7933fda47b35ac [file] [log] [blame]
class Foo:
pass
def bar():
x = Foo()
x.shazam = 1
print x.shazam