Exemplo n.º 1
0
def check_for_command(command):
    if not shutil.which(command):
        raise MissingCommandError([command])