import cli def main(): args = cli.parse_xthesis2docx_cli() if __name__ == "__main__": main()