mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
164 B
164 B
Example 1
from manim import *
class TestExample(Scene):
def construct(self):
dot = Dot()
self.add(dot)
self.wait(1)