mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			113 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			113 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import platform
 | |
| 
 | |
| windows = platform.system() == "Windows"
 | |
| osx = platform.system() == "Darwin"
 | |
| unix = not windows
 |