#!/usr/bin/env python3

from ansibleautodoc.AutodocCli import AnsibleAutodoc

if __name__ == "__main__":
   doc = AnsibleAutodoc()


