diff --git a/stubs/moviepy/utils.pyi b/stubs/moviepy/utils.pyi new file mode 100644 --- /dev/null +++ b/stubs/moviepy/utils.pyi @@ -0,0 +1,7 @@ +# Stubs for moviepy.utils (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +from typing import Any + +def close_all_clips(objects: str = ..., types: Any = ...) -> None: ...