添加record脚本
This commit is contained in:
4
robot_client/robots/realman/__init__.py
Normal file
4
robot_client/robots/realman/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .robot import RealmanRobot
|
||||
from .config import RealmanRobotConfig
|
||||
from .motors_bus import RealmanMotorsBus
|
||||
__all__ = ["RealmanRobot", "RealmanRobotConfig","RealmanMotorsBus"]
|
||||
Reference in New Issue
Block a user