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

9 lines
105 B
Python
Raw Normal View History

2026-05-21 20:00:47 +08:00
import cli
def main():
args = cli.parse_latex2xthesis_cli()
if __name__ == "__main__":
main()