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