From 72cd346369d245e1721a4a9f1580d5d4368d972c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 2 Mar 2016 10:23:08 -0500 Subject: Implement foo and bar modules --- flowsample/bar.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 flowsample/bar.py (limited to 'flowsample/bar.py') 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' -- cgit