diff options
Diffstat (limited to 'xml/scripts/test_script2.py')
-rw-r--r-- | xml/scripts/test_script2.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xml/scripts/test_script2.py b/xml/scripts/test_script2.py new file mode 100644 index 0000000..16e4adb --- /dev/null +++ b/xml/scripts/test_script2.py @@ -0,0 +1,4 @@ +description='this is a test script' + +def run(ctx, inpt): + return ctx.get_registers_list(); |