#!/usr/bin/env python

from salt.scripts import salt_unity


if __name__ == '__main__':
    salt_unity()
