python-urx-getl-rt/urx/__init__.py
2013-06-16 10:43:24 +02:00

11 lines
176 B
Python

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