mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 17:46:19 +00:00
Also remove pybricks.common.Light which isn't used anywhere. pupdevices.Light is a standalone light that does not support animations or blinks, so don't inherit from this nonexistent class. Also remove the ColorLight.reset() method which was never implemented.