5
m/Manim.py
Normal file
5
m/Manim.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from manim import *
|
||||
|
||||
class HelloWorld(Scene):
|
||||
def construct(self):
|
||||
self.add(Text("Hello World"))
|
||||
Reference in New Issue
Block a user