#!/usr/bin/python3

from salt.scripts import salt_unity

if __name__ == "__main__":
    salt_unity()
