9 lines
128 B
Python
9 lines
128 B
Python
"""
|
|
Python library to control an UR robot through its TCP/IP interface
|
|
"""
|
|
|
|
|
|
|
|
from .urx import Robot, RobotException, URScript
|
|
|