Files
ManimML/tests/test_flow.py
2022-12-26 02:01:56 -05:00

6 lines
113 B
Python

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