mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-03 12:21:27 +00:00
Co-authored-by: Pepijn <pepijn@huggingface.co> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
5 lines
132 B
Python
5 lines
132 B
Python
from .configuration_so100 import SO100RobotConfig
|
|
from .robot_so100 import SO100Robot
|
|
|
|
__all__ = ["SO100RobotConfig", "SO100Robot"]
|