class X:
    def __init__(self):
        print "wee"
x = X()
print repr(x)
