mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
7 lines
139 B
Python
Executable file
7 lines
139 B
Python
Executable file
#!/usr/bin/env python
|
|
import manimlib
|
|
|
|
if __name__ == "__main__":
|
|
manimlib.main()
|
|
else:
|
|
manimlib.stream_starter.start_livestream()
|