Files
lerobot/lerobot/common/robots/koch/__init__.py
Simon Alibert ea4d8d990c Add Koch robot
2025-03-03 18:53:45 +01:00

5 lines
126 B
Python

from .configuration_koch import KochRobotConfig
from .robot_koch import KochRobot
__all__ = ["KochRobotConfig", "KochRobot"]