1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 16:25:06 +03:00
awx/manage.py
2015-06-11 16:10:23 -04:00

9 lines
149 B
Python
Executable File

#!/usr/bin/env python
# Copyright (c) 2015 Ansible, Inc.
# All Rights Reserved.
if __name__ == '__main__':
from awx import manage
manage()