mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +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()
|