from _typeshed import StrOrBytesPath def run_command(cmd: StrOrBytesPath) -> None: ... def run() -> None: ...