python-urx-getl-rt/urx/__init__.py
2013-01-26 21:19:15 +01:00

10 lines
156 B
Python

"""
Python library to control an UR robot through its TCP/IP interface
"""
from .urx import Robot, RobotException, URRobot
from .tracker import Tracker