mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
9 lines
120 B
Python
Executable File
9 lines
120 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
# Import salt libs
|
|
from salt.scripts import salt_api
|
|
|
|
|
|
if __name__ == '__main__':
|
|
salt_api()
|