Source code for LOGS.Entities.LabNotebookEntryContent.EntryContentDocument

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


[docs] class EntryContentDocument(EntryContentItem, IEntryContentWithContent): _type = "doc"