mirror of
https://github.com/3b1b/manim.git
synced 2025-07-27 20:12:24 +08:00
8 lines
139 B
Python
Executable File
8 lines
139 B
Python
Executable File
#!/usr/bin/env python
|
|
import manimlib
|
|
|
|
if __name__ == "__main__":
|
|
manimlib.main()
|
|
else:
|
|
manimlib.stream_starter.start_livestream()
|