1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/manage.py
2013-06-23 13:21:02 -04:00

9 lines
154 B
Python
Executable File

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