Expose execution environments in awxkit and awx-cli

This commit is contained in:
Jeff Bradberry
2020-07-06 15:44:06 -04:00
committed by Shane McDonald
parent cc429f9741
commit c05e4e07ee
4 changed files with 39 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ from .teams import * # NOQA
from .credentials import * # NOQA
from .unified_jobs import * # NOQA
from .unified_job_templates import * # NOQA
from .execution_environments import * # NOQA
from .projects import * # NOQA
from .inventory import * # NOQA
from .system_job_templates import * # NOQA