#!/usr/bin/env python3

# Import salt libs
from salt.scripts import salt_api

if __name__ == "__main__":
    salt_api()
