from Markdown2docx import Markdown2docx print("writing Q9950_GetDocx") project = Markdown2docx('test') project.eat_soup() project.save()