mirror of
				https://github.com/3b1b/manim.git
				synced 2025-10-31 21:59:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			Python
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			Python
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env python
 | |
| import manimlib
 | |
| 
 | |
| if __name__ == "__main__":
 | |
|     manimlib.main()
 | 
