#!/usr/local/bin/python2.7

# Import salt libs
from salt.scripts import salt_api


if __name__ == '__main__':
    salt_api()
