mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-23 01:41:54 +00:00
Add init files
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
from .configuration_stretch3 import Stretch3GamePadConfig
|
||||||
|
from .teleop_stretch3 import Stretch3GamePad
|
||||||
|
|
||||||
|
__all__ = ["Stretch3GamePadConfig", "Stretch3GamePad"]
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
from .configuration_widowx import WidowXTeleopConfig
|
||||||
|
from .teleop_widowx import WidowXTeleop
|
||||||
|
|
||||||
|
__all__ = ["WidowXTeleopConfig", "WidowXTeleop"]
|
||||||
Reference in New Issue
Block a user