#!/usr/bin/env python # Import salt libs import salt.cli def main(): sapi = salt.cli.SaltAPI() sapi.run() if __name__ == '__main__': main()