diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-03-02 12:42:49 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-03-02 12:42:49 -0500 |
commit | 84d658936193dadf197c0ad06b2756db0f30e783 (patch) | |
tree | c07bcca2e7f1cdbf8258dfa5d5d5a2fc8c73280f | |
parent | 6a867624c744c10f65813984639c1f8e28ef1d5d (diff) | |
download | flowsample-84d658936193dadf197c0ad06b2756db0f30e783.tar.gz |
Biff is finally complete
-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!' |