aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/futureHouse/open.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/futureHouse/open.py')
-rw-r--r--python/examples/futureHouse/open.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/examples/futureHouse/open.py b/python/examples/futureHouse/open.py
index f6552bb..22cd948 100644
--- a/python/examples/futureHouse/open.py
+++ b/python/examples/futureHouse/open.py
@@ -16,6 +16,7 @@ stepCount = 8
Seq = []
Seq = range(0, stepCount)
+
Seq[0] = [1,0,0,0]
Seq[1] = [1,1,0,0]
Seq[2] = [0,1,0,0]