aboutsummaryrefslogtreecommitdiffstats
path: root/test/scripts/a_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/a_helper.py')
-rw-r--r--test/scripts/a_helper.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scripts/a_helper.py b/test/scripts/a_helper.py
new file mode 100644
index 00000000..2eeed0d4
--- /dev/null
+++ b/test/scripts/a_helper.py
@@ -0,0 +1,4 @@
+import argparse
+
+parser = argparse.ArgumentParser()
+parser.add_argument('--var', type=int) \ No newline at end of file