pybricks.hubs: Default values for the PrimeHub.

This commit is contained in:
Pavel Lobodinský
2022-01-03 11:01:33 +01:00
committed by laurensvalk
parent d806fe9fbe
commit a1342f77c9
+1 -2
View File
@@ -29,7 +29,7 @@ class TechnicHub:
class PrimeHub:
def __init__(self, top_size: Axis, front_side: Axis): ...
def __init__(self, top_side: Axis = Axis.Z, front_side: Axis = Axis.X): ...
battery: Battery
light: ColorLight
display: LightMatrix
@@ -38,4 +38,3 @@ class PrimeHub:
class InventorHub(PrimeHub): ...