diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-03-02 12:43:18 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-03-02 12:43:18 -0500 |
commit | 63a81184e792e79eb74c6fc8d8252beb47fe3c2a (patch) | |
tree | c07bcca2e7f1cdbf8258dfa5d5d5a2fc8c73280f | |
parent | 6a867624c744c10f65813984639c1f8e28ef1d5d (diff) | |
parent | 84d658936193dadf197c0ad06b2756db0f30e783 (diff) | |
download | flowsample-63a81184e792e79eb74c6fc8d8252beb47fe3c2a.tar.gz |
Merge branch 'cool-new-feature'0.0.1a
-rw-r--r-- | flowsample/biff.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flowsample/biff.py b/flowsample/biff.py new file mode 100644 index 0000000..b0c8cfc --- /dev/null +++ b/flowsample/biff.py @@ -0,0 +1,2 @@ +def biff(): + return 'Ow that hurt!' |