test_script2.py 94 B

1234
  1. description='this is a test script'
  2. def run(ctx, input):
  3. return ctx.get_registers_list();