diff options
Diffstat (limited to 'flowsample/bar.py')
-rw-r--r-- | flowsample/bar.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flowsample/bar.py b/flowsample/bar.py new file mode 100644 index 0000000..0a14c07 --- /dev/null +++ b/flowsample/bar.py @@ -0,0 +1,2 @@ +def bar(): + return 'bar' |