summaryrefslogtreecommitdiff
path: root/examples/readme.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/readme.py')
-rw-r--r--examples/readme.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/readme.py b/examples/readme.py
new file mode 100644
index 0000000..23b44f5
--- /dev/null
+++ b/examples/readme.py
@@ -0,0 +1,3 @@
+class SayHello(object):
+ def to(self):
+ return "Pizza"