forked from tangger/lerobot
5 lines
93 B
Python
5 lines
93 B
Python
from .config import RobotConfig
|
|
from .robot import Robot
|
|
|
|
__all__ = ["RobotConfig", "Robot"]
|