mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
8 lines
137 B
Python
8 lines
137 B
Python
"""Constant parameters/arguments for the Pybricks API."""
|
|
|
|
|
|
class Color():
|
|
"""LED colors or detected surface colors."""
|
|
|
|
red = 5
|