mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
7 lines
119 B
Python
7 lines
119 B
Python
"""LEGO® Powered Up Move Hub."""
|
|
|
|
from .builtins import Battery, ColorLight
|
|
|
|
battery = Battery()
|
|
light = ColorLight()
|