#!/usr/bin/env python3
"""
Execute the salt ssh system
"""

from salt.scripts import salt_ssh

if __name__ == "__main__":
    salt_ssh()
