diff --git a/stubs/moviepy/audio/tools/cuts.pyi b/stubs/moviepy/audio/tools/cuts.pyi new file mode 100644 --- /dev/null +++ b/stubs/moviepy/audio/tools/cuts.pyi @@ -0,0 +1,7 @@ +# Stubs for moviepy.audio.tools.cuts (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +from typing import Any + +def find_audio_period(aclip: Any, t_min: float = ..., t_max: int = ..., t_res: float = ...): ...