Source code for vex

# This file is a replacement for the vex module  \
# because we don't have access to the vex module; \
# Replace this file with the actual module if    \
# the sourcecode is accessable


[docs]class Motor: def __init__(self, *a, **k): pass
[docs] def run(self, *a, **k): pass
[docs] def off(self, *a, **k): pass
[docs]class Joystick: def __init__(self): pass axis1 = axis2 = axis3 = axis4 = b5up = b5down = \ b6up = b6down = b7up = b7down = b7left = \ b7right = b8up = b8down = b8left = \ b8right = set_deadband \ = lambda *a, **k: 0