From 84d658936193dadf197c0ad06b2756db0f30e783 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 2 Mar 2016 12:42:49 -0500 Subject: Biff is finally complete --- flowsample/biff.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 flowsample/biff.py (limited to 'flowsample') 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!' -- cgit