ansible-module/src/ansible_module/__main__.py

5 Zeilen
75 B
Python

from . import update_doc
if __name__ == "__main__":
update_doc.main()