diff options
Diffstat (limited to 'test.py')
-rw-r--r-- | test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test.py b/test.py new file mode 100644 index 00000000..6cf32a8b --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ + +def thing(parameter_list): + pass |