The unified diff between revisions [41373c81..] and [82a5fa7a..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'System.py'
# # # patch "System.py" # from [b91fd670acecedaad766759580de503c9680396c] # to [40ec4696d5b4c15247e995b47efddd389d7809a5] # ============================================================ --- System.py b91fd670acecedaad766759580de503c9680396c +++ System.py 40ec4696d5b4c15247e995b47efddd389d7809a5 @@ -13,12 +13,8 @@ from time import time, sleep # Store as a shelf from time import time, sleep +from States import * -#FOO#DOOR = 1 -#FOO#SWITCH = 2 -#FOO#KEY = 3 -TICK = 4 - class System: def __init__(self): #VS