diff --git a/stubs/moviepy/audio/fx/volumex.pyi b/stubs/moviepy/audio/fx/volumex.pyi new file mode 100644 --- /dev/null +++ b/stubs/moviepy/audio/fx/volumex.pyi @@ -0,0 +1,7 @@ +# Stubs for moviepy.audio.fx.volumex (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +from typing import Any + +def volumex(clip: Any, factor: Any): ...