Fix import
This commit is contained in:
parent
e4a6d035f9
commit
6a77189f50
|
@ -1,4 +1,4 @@
|
||||||
from .dynamixel import DynamixelMotorsBus, set_operating_mode
|
from .dynamixel import DynamixelMotorsBus
|
||||||
from .dynamixel_calibration import run_arm_calibration
|
from .dynamixel_calibration import run_arm_calibration
|
||||||
|
|
||||||
__all__ = ["DynamixelMotorsBus", "set_operating_mode", "run_arm_calibration"]
|
__all__ = ["DynamixelMotorsBus", "run_arm_calibration"]
|
||||||
|
|
Loading…
Reference in New Issue