mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
7 lines
126 B
Python
7 lines
126 B
Python
"""LEGO® Power Functions 2.0 Move Hub."""
|
|
|
|
from _common import Battery, ColorLight
|
|
|
|
battery = Battery()
|
|
light = ColorLight()
|