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