1
0
Files
bagu-thesis/src/latex2xthesis.py
2026-05-26 13:30:04 +08:00

10 lines
120 B
Python

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