10 lines
		
	
	
		
			149 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			149 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| """
 | |
| Python library to control an UR robot through its TCP/IP interface
 | |
| """
 | |
| __version__ = "0.8"
 | |
| 
 | |
| 
 | |
| 
 | |
| from .robot import Robot, RobotException, URRobot
 | |
| 
 |