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