mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
7 lines
125 B
Python
7 lines
125 B
Python
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved
|
|
|
|
from __future__ import absolute_import
|
|
|
|
from .fact import * # noqa
|