mirror of
				https://github.com/LibreTranslate/LibreTranslate.git
				synced 2025-11-04 03:27:14 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			64 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			64 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from app import manage
 | 
						|
 | 
						|
if __name__ == "__main__":
 | 
						|
    manage()
 |