Skip to content

Commit c4ffd65

Browse files
committed
Fix import Mobject
1 parent d6dd2c3 commit c4ffd65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manim/utils/parameter_parsing.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
T = TypeVar("T")
1010

11+
__all__ = ["flatten_iterable_parameters"]
1112

1213
def flatten_iterable_parameters(
1314
args: Iterable[T | Iterable[T] | GeneratorType],

0 commit comments

Comments
 (0)