Narrative.genParas()
To extract the paragraphs from a Narrative instance N, use this method:
Narrative
N
N.genParas()
It generates the content of N as a sequence of Paragraph instances.
Paragraph