diff options
-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!' |