Files
pybricks-api/pybricks/cityhub.py
T
Laurens Valk 529f8fe31c api: rename _common to builtins
Because this module describes devices that can be built into a hub or other device.

Since this design is now explicitly shown in
the docs as well, we don't need to hide this
module in the package.
2019-10-18 16:05:23 +02:00

7 lines
128 B
Python

"""LEGO® Power Functions 2.0 City Hub."""
from .builtins import Battery, ColorLight
battery = Battery()
light = ColorLight()