1
0

refactor: change layout

This commit is contained in:
2026-05-26 13:30:04 +08:00
parent 43513c8960
commit b40cea95d0
11 changed files with 365 additions and 253 deletions

View File

@@ -1,7 +1,8 @@
import cli
import cli.latex2xthesis
def main():
args = cli.parse_latex2xthesis_cli()
args = cli.latex2xthesis.parse_cli()
if __name__ == "__main__":