python-urx-getl-rt/urx/__init__.py
2015-01-22 15:59:17 +01:00

10 lines
151 B
Python

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