#!/usr/bin/python3

import sys

from salt.scripts import salt_cloud


if __name__ == "__main__":
    sys.exit(salt_cloud())
