Add init files

This commit is contained in:
Simon Alibert
2025-03-10 18:29:58 +01:00
parent a065bd61ae
commit baf6e66c3d
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from .configuration_stretch3 import Stretch3GamePadConfig
from .teleop_stretch3 import Stretch3GamePad
__all__ = ["Stretch3GamePadConfig", "Stretch3GamePad"]

View File

@@ -0,0 +1,4 @@
from .configuration_widowx import WidowXTeleopConfig
from .teleop_widowx import WidowXTeleop
__all__ = ["WidowXTeleopConfig", "WidowXTeleop"]