4 lines
237 B
Python
4 lines
237 B
Python
from Util.DocxUtil import get_docx_content_by_pandoc
|
||
|
||
if __name__ == '__main__':
|
||
get_docx_content_by_pandoc(r"D:\dsWork\dsProject\dsLightRag\YunXiao\《万有引力定律》试题\《万有引力定律》拔高题(难)1.docx") |