from_sections
from_sections
Class method that creates a PomBuilder from a list of section dictionaries. Use
this to reconstruct a POM from serialized data produced by
to_dict().
Parameters
sections
List of section definition dictionaries. Each dictionary should contain a
"title" key and optionally "body" and "bullets" keys.
Returns
PomBuilder — A new builder instance with the sections populated.