Command.py 186 B

123456789
  1. # automatically generated by the FlatBuffers compiler, do not modify
  2. # namespace: wire_protocol
  3. class Command(object):
  4. ShiftLeft = 0
  5. ShiftRight = 1
  6. Rotate = 2
  7. Land = 3