mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-21 23:41:49 -05:00
* Add related link from host to fact_versions * Add related link from fact_versions to fact_view
7 lines
129 B
Python
7 lines
129 B
Python
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved
|
|
|
|
from __future__ import absolute_import
|
|
|
|
from .fact_api import * # noqa
|