diff --git a/pybricks/hubs.py b/pybricks/hubs.py index b05dcc4..df52c54 100644 --- a/pybricks/hubs.py +++ b/pybricks/hubs.py @@ -38,3 +38,8 @@ class PrimeHub: """LEGO® SPIKE Prime Hub.""" battery = _Battery() light = _ColorLight() + + +class InventorHub(PrimeHub): + """LEGO® MINDSTORMS Inventor Hub.""" + pass