Foo Your very simple preamble can go here. foo ¶ main ¶ A ¶ Bases: BaseModel This is an example of a documented Pydantic model. Attributes: Name Type Description x int An example number. y str An example string. x instance-attribute ¶ x: int y class-attribute instance-attribute ¶ y: str = 'Hello world'