Como salvar o python-ptx

from pptx import Presentation

prs = Presentation()
prs.save('test.pptx')
Minegun