mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 01:34:45 -03:30
* Add related link from host to fact_versions * Add related link from fact_versions to fact_view
9 lines
182 B
Python
9 lines
182 B
Python
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved
|
|
|
|
from __future__ import absolute_import
|
|
|
|
from .models import * # noqa
|
|
from .utils import * # noqa
|
|
from .base import * # noqa
|