mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-22 21:00:45 +00:00
8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
|
#!/usr/bin/env python3
|
||
|
|
||
|
import sys
|
||
|
|
||
|
import ansibledoctor.__main__
|
||
|
|
||
|
sys.exit(ansibledoctor.__main__.main())
|