6 lines
62 B
Python
6 lines
62 B
Python
|
|
|
|
class ClutchState:
|
|
ENGAGED = 4
|
|
DISENGAGED = 5
|
|
UNKNOWN = 6 |