mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-18 10:10:08 +00:00
5 lines
93 B
Python
5 lines
93 B
Python
from .config import RobotConfig
|
|
from .robot import Robot
|
|
|
|
__all__ = ["RobotConfig", "Robot"]
|