Eric Lapouyade 6bfd2eb85a PR #427
2022-04-16 11:02:40 +02:00

7 lines
129 B
Python

from docxtpl import DocxTemplate
tpl = DocxTemplate('templates/comments.docx')
tpl.render({})
tpl.save('output/comments.docx')