mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import sys
 | |
| import test_cmake_build
 | |
| 
 | |
| assert test_cmake_build.add(1, 2) == 3
 | |
| print("{} imports, runs, and adds: 1 + 2 = 3".format(sys.argv[1]))
 |