Source code for LOGS.Entities.LabNotebookEntryContent.EntryContentTableRow

from LOGS.Entities.LabNotebookEntryContent.EntryContentItem import EntryContentItem
from LOGS.Entities.LabNotebookEntryContent.IEntryContentWithContent import (
    IEntryContentWithContent,
)


[docs] class EntryContentTableRow(EntryContentItem, IEntryContentWithContent): _type = "tableRow"