mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
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']
|