mirror of https://gitlab.com/bashrc2/epicyon
				
				
				
			
		
			
	
	
		
			7 lines
		
	
	
		
			89 B
		
	
	
	
		
			Python
		
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			89 B
		
	
	
	
		
			Python
		
	
	
| 
								 | 
							
								#!/usr/bin/python3
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								import setuptools
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								if __name__ == "__main__":
							 | 
						||
| 
								 | 
							
								    setuptools.setup()
							 |