mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-31 19:01:28 +00:00
5 lines
159 B
Python
5 lines
159 B
Python
from .configuration_stretch3 import Stretch3GamePadConfig
|
|
from .teleop_stretch3 import Stretch3GamePad
|
|
|
|
__all__ = ["Stretch3GamePadConfig", "Stretch3GamePad"]
|