Files
lerobot/lerobot/common/robots/__init__.py
Simon Alibert e2d13ba7e4 Update paths
2025-03-04 11:38:31 +01:00

5 lines
93 B
Python

from .config import RobotConfig
from .robot import Robot
__all__ = ["RobotConfig", "Robot"]