diff --git a/stubs/moviepy/compat.pyi b/stubs/moviepy/compat.pyi new file mode 100644 --- /dev/null +++ b/stubs/moviepy/compat.pyi @@ -0,0 +1,9 @@ +# Stubs for moviepy.compat (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +from typing import Any + +PY3: Any +string_types: Any +string_types = str