mirror of
https://github.com/ansible/awx.git
synced 2026-01-07 14:02:07 -03:30
10 lines
150 B
Python
Executable File
10 lines
150 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved.
|
|
|
|
if __name__ == '__main__':
|
|
from awx import manage
|
|
|
|
manage()
|