Sha256: 2b94bc02a6d6679f581cbfb9a21323a308386c49b2c6dd178efe40c3fa3571ac
Contents?: true
Size: 197 Bytes
Versions: 133
Compression:
Stored size: 197 Bytes
Contents
# Globals for the bearings # Change the values as you see fit EAST = None NORTH = None WEST = None SOUTH = None class Robot(object): def __init__(self, bearing=NORTH, x=0, y=0): pass
Version data entries
133 entries across 133 versions & 1 rubygems