1
0

feat: initialize project

This commit is contained in:
2026-05-21 20:00:47 +08:00
parent 1b207f3880
commit eeef944785
11 changed files with 412 additions and 4 deletions

8
src/xthesis2docx.py Normal file
View File

@@ -0,0 +1,8 @@
import cli
def main():
args = cli.parse_xthesis2docx_cli()
if __name__ == "__main__":
main()