Files
pybricks-api/pybricks/movehub.py
T
Laurens Valk 372e5ccbd0 doc: single api target
Also delete getting started instructions
2019-10-18 18:11:57 +02:00

7 lines
119 B
Python

"""LEGO® Powered Up Move Hub."""
from .builtins import Battery, ColorLight
battery = Battery()
light = ColorLight()