Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 272 Bytes

arm.md

File metadata and controls

17 lines (12 loc) · 272 Bytes

Arm

from magnebot import Arm

An enum that defines the side that an arm is on.

from magnebot import Arm

for arm in Arm:
    print(arm) # Arm.left, Arm.right
Value Description
left The left arm.
right The right arm.