mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 04:23:16 +08: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()
|