From f57588064b1ff0ee5b488d640389ddb905c92a62 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 28 Sep 2019 11:55:17 -0400 Subject: [PATCH] trivial commit to test pushing via github account --- firestar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/firestar.py b/firestar.py index 81a000e..ea808f2 100755 --- a/firestar.py +++ b/firestar.py @@ -130,6 +130,7 @@ fivetour = [(fivecs[0], fivecolors)] fivetour.append(([[3,21,26],[4,19,28]], [vb('K'),vb('Y')])) # Step NC "1" to NC "0" fivetour.append(([[3,21,26],[4,19,28]], [vb('Y'),vb('K')])) +# Need to add furthersteps here, and then extend the show below. tour5show = (fivetour, [(0,30,20),(1,5,5),(2,5,5),(1,5,5),(2,5,5),(1,5,30)])