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