mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-29 04:03:35 -05:00
8 lines
173 B
Python
8 lines
173 B
Python
# Copyright (c) 2017 Ansible, Inc.
|
|
# All Rights Reserved.
|
|
|
|
from __future__ import absolute_import, unicode_literals
|
|
from .urls import urlpatterns
|
|
|
|
__all__ = ['urlpatterns']
|