x86_64-centos-awx/manage.py
2021-03-02 20:53:43 +08: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()