unitree_sdk2_python/unitree_sdk2py/comm/__init__.py

5 lines
67 B
Python

from . import motion_switcher
__all__ = [
"motion_switcher",
]