trivial commit to test pushing via github account

This commit is contained in:
Glen Whitney 2019-09-28 11:55:17 -04:00
parent 9c375e54ac
commit f57588064b
1 changed files with 1 additions and 0 deletions

View File

@ -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)])