Files
lerobot/lerobot/common/teleoperators/stretch3/__init__.py
Simon Alibert baf6e66c3d Add init files
2025-03-10 18:29:58 +01:00

5 lines
159 B
Python

from .configuration_stretch3 import Stretch3GamePadConfig
from .teleop_stretch3 import Stretch3GamePad
__all__ = ["Stretch3GamePadConfig", "Stretch3GamePad"]