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