* Create Manim.py

* Update readme.md
This commit is contained in:
Daniel Nowak
2022-05-17 08:56:29 -03:00
committed by GitHub
parent f52a3d4afe
commit 103da6416b
2 changed files with 7 additions and 1 deletions

5
m/Manim.py Normal file
View File

@@ -0,0 +1,5 @@
from manim import *
class HelloWorld(Scene):
def construct(self):
self.add(Text("Hello World"))