mirror of
https://github.com/ansible/awx.git
synced 2026-01-28 23:04:41 -03:30
7 lines
132 B
Python
7 lines
132 B
Python
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved
|
|
|
|
from __future__ import absolute_import
|
|
|
|
from .dbtransform import * # noqa
|