1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-18 00:48:06 +00:00
thatmattlove-hyperglass/hyperglass/execution/__init__.py
2020-02-03 02:35:11 -07:00

9 lines
265 B
Python

"""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.
"""
# Project
# flake8: noqa: F401
from hyperglass.execution import execute, construct