mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-01 03:11:29 +00:00
5 lines
93 B
Python
5 lines
93 B
Python
from .config import RobotConfig
|
|
from .robot import Robot
|
|
|
|
__all__ = ["RobotConfig", "Robot"]
|