mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-04 04:41:24 +00:00
5 lines
126 B
Python
5 lines
126 B
Python
from .configuration_koch import KochRobotConfig
|
|
from .robot_koch import KochRobot
|
|
|
|
__all__ = ["KochRobotConfig", "KochRobot"]
|