#!/usr/bin/python3.6

from salt.scripts import salt_unity

if __name__ == "__main__":
    salt_unity()
