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