8 lines
152 B
Python
8 lines
152 B
Python
"""
|
|
Python library to control an UR robot through its TCP/IP interface
|
|
"""
|
|
__version__ = "0.9.0"
|
|
|
|
|
|
from urx.robot import Robot, RobotException, URRobot
|