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