summaryrefslogtreecommitdiff
path: root/common.py
diff options
context:
space:
mode:
authorPeter Ward <peteraward@gmail.com>2009-09-28 09:22:31 +1000
committerPeter Ward <peteraward@gmail.com>2009-09-28 09:22:31 +1000
commit997b1a2cf7ff5ee5bdf362e4d06b560ad59be4e6 (patch)
tree2ef82195d143de34ddaee339003f7a94794016c7 /common.py
Initial commit.
Diffstat (limited to 'common.py')
-rw-r--r--common.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.py b/common.py
new file mode 100644
index 0000000..f19ebd9
--- /dev/null
+++ b/common.py
@@ -0,0 +1,4 @@
+class Squares(object):
+ EMPTY = '.'
+ APPLE = '*'
+