Contact: aviboots(AT)netvision.net.il
40,875 questions
53,283 answers
573 users
class Test: def __init__(self): print("__init__ ") o = Test() ''' run: __init__ '''