1
0
Files
bagu-thesis/src/latex2xthesis.py

10 lines
120 B
Python
Raw Normal View History

2026-05-26 13:30:04 +08:00
import cli.latex2xthesis
2026-05-21 20:00:47 +08:00
def main():
2026-05-26 13:30:04 +08:00
args = cli.latex2xthesis.parse_cli()
2026-05-21 20:00:47 +08:00
if __name__ == "__main__":
main()