l1.5-safety-system/safety_user_plugin/scripts/robot_info.py

8 lines
92 B
Python

#!/usr/bin/env python
class RobotInfo:
def __init__(self):
raise(NotImplementedError)