Source code for LOGS.Entities.LabNotebookEntryContent.EntryContentParagraph
from LOGS.Entities.LabNotebookEntryContent.EntryContentItem import EntryContentItem
from LOGS.Entities.LabNotebookEntryContent.IEntryContentWithContent import (
IEntryContentWithContent,
)
from LOGS.Entities.LabNotebookEntryContent.IEntryContentWithTextAttribute import (
IEntryContentWithTextAttribute,
)
[docs]
class EntryContentParagraph(
EntryContentItem, IEntryContentWithContent, IEntryContentWithTextAttribute
):
_type = "paragraph"