Files
ManimML/tests/test_flow.py
2023-01-01 23:24:59 -05:00

7 lines
114 B
Python

from manim_ml.flow.flow import *
class TestScene(Scene):
def construct(self):
self.add(Rectangle())