зеркало из
				https://github.com/docxology/cognitive.git
				synced 2025-10-29 20:26:04 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			9 строки
		
	
	
		
			262 B
		
	
	
	
		
			Python
		
	
	
		
			Исполняемый файл
		
	
	
	
	
			
		
		
	
	
			9 строки
		
	
	
		
			262 B
		
	
	
	
		
			Python
		
	
	
		
			Исполняемый файл
		
	
	
	
	
| #!/home/trim/Documents/GitHub/cognitive/ant_colony_env/bin/python3
 | |
| # -*- coding: utf-8 -*-
 | |
| import re
 | |
| import sys
 | |
| from fontTools.merge import main
 | |
| if __name__ == '__main__':
 | |
|     sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
 | |
|     sys.exit(main())
 | 
