mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-18 11:10:39 +00:00
8 lines
107 B
Python
Executable File
8 lines
107 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
|
|
import ansibledoctor.__main__
|
|
|
|
sys.exit(ansibledoctor.__main__.main())
|