ansible-module/src/ansible_module/__main__.py

5 Zeilen
75 B
Python

2023-11-25 11:31:29 +00:00
from . import update_doc
if __name__ == "__main__":
update_doc.main()