Source code for LOGS.Entities.LabNotebookEntryContent.EntryContentEntity
from LOGS.Entities.LabNotebookEntryContent.EntityAttribute import EntityAttribute
from LOGS.Entities.LabNotebookEntryContent.EntryContentItem import EntryContentItem
from LOGS.Entities.LabNotebookEntryContent.IEntryContentWithAttribute import (
IEntryContentWithAttribute,
)
[docs]
class EntryContentEntity(
EntryContentItem,
IEntryContentWithAttribute[EntityAttribute],
):
_attrType = EntityAttribute
_type = "entity"