mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-07-15 07:57:41 +08:00
6 lines
113 B
Python
6 lines
113 B
Python
from manim_ml.flow.flow import *
|
|
|
|
class TestScene(Scene):
|
|
|
|
def construct(self):
|
|
self.add(Rectangle()) |