Section

class of dascore.utils.display source

Section(
    title: Text ,
    body: tuple[Raw, …] = (),
)-> None

A titled block: the line which names it, and what sits under it.

A section with no body is a statement rather than a container.