forked from tangger/lerobot
5 lines
159 B
Python
5 lines
159 B
Python
from .configuration_stretch3 import Stretch3GamePadConfig
|
|
from .teleop_stretch3 import Stretch3GamePad
|
|
|
|
__all__ = ["Stretch3GamePadConfig", "Stretch3GamePad"]
|