Files
lerobot/lerobot/common/model/__init__.py
T

4 lines
71 B
Python

from .kinematics import RobotKinematics
__all__ = ["RobotKinematics"]