class X:
    def __init__(self):
        print "wee"

x = X()
x
