unitree_sdk2_python/unitree_sdk2py/g1/__init__.py

7 lines
78 B
Python

from . import audio
from . import loco
__all__ = [
"audio",
"loco",
]