Add approval node logic to awxkit

Co-authored-by: <Apurva bakshiapurva93@gmail.com>
This commit is contained in:
Elijah DeLee
2019-08-13 14:24:27 -04:00
committed by Ryan Petrello
parent adf621d2cf
commit bdf4defdbe
4 changed files with 99 additions and 17 deletions

View File

@@ -32,6 +32,7 @@ from .workflow_job_templates import * # NOQA
from .workflow_job_template_nodes import * # NOQA
from .workflow_jobs import * # NOQA
from .workflow_job_nodes import * # NOQA
from .workflow_approvals import * # NOQA
from .settings import * # NOQA
from .instances import * # NOQA
from .instance_groups import * # NOQA