Files

6 lines
181 B
Python
Raw Permalink Normal View History

2019-12-29 23:57:39 -07:00
"""Validate, construct, execute queries.
Constructs SSH commands or API call parameters based on front end
input, executes the commands/calls, returns the output to front end.
"""