Files @ 5c8b6cd330da
Branch filter:

Location: light9/stubs/moviepy/config.pyi

drewp@bigasterisk.com
fix artnet setup
Ignore-this: b6a4f26b87bb2e61e3391d620c5d1462
# Stubs for moviepy.config (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.


from .config_defaults import FFMPEG_BINARY, IMAGEMAGICK_BINARY
from typing import Any, Optional

def try_cmd(cmd: Any): ...

success: Any
err: Any
key: Any

def get_setting(varname: Any): ...
def change_settings(new_settings: Optional[Any] = ..., filename: Optional[Any] = ...) -> None: ...