test_module1.py 117 B

1234567
  1. def mytest():
  2. print('test_module_1_hello')
  3. class AO:
  4. def __init__(self):
  5. print('test_module_1_AO')