mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-05-18 03:05:23 +08:00
7 lines
114 B
Python
7 lines
114 B
Python
from manim_ml.flow.flow import *
|
|
|
|
|
|
class TestScene(Scene):
|
|
def construct(self):
|
|
self.add(Rectangle())
|