mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
6 lines
86 B
Python
Executable File
6 lines
86 B
Python
Executable File
#!/usr/bin/env python
|
|
import manimlib
|
|
|
|
if __name__ == "__main__":
|
|
manimlib.main()
|