mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-01 21:51:48 -05:00
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
|