api/hubs: add InventorHub

This is just the SPIKE Prime Hub with a different name and color.
This commit is contained in:
Laurens Valk
2020-10-25 10:25:16 +01:00
parent 3de7f92e8a
commit eef4e9f672
+5
View File
@@ -38,3 +38,8 @@ class PrimeHub:
"""LEGO® SPIKE Prime Hub."""
battery = _Battery()
light = _ColorLight()
class InventorHub(PrimeHub):
"""LEGO® MINDSTORMS Inventor Hub."""
pass