class huita:
    print('line1')
    def __init__(self):
        print('init')
    print('line2')
x = huita()