mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
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.
7 lines
128 B
Python
7 lines
128 B
Python
"""LEGO® Power Functions 2.0 City Hub."""
|
|
|
|
from .builtins import Battery, ColorLight
|
|
|
|
battery = Battery()
|
|
light = ColorLight()
|