Source code for LOGS.Entities.LabNotebookEntryContent.EntryContentHorizontalRule
from LOGS.Entities.LabNotebookEntryContent.BasicAttribute import BasicAttribute
from LOGS.Entities.LabNotebookEntryContent.EntryContentItem import EntryContentItem
from LOGS.Entities.LabNotebookEntryContent.IEntryContentWithAttribute import (
IEntryContentWithAttribute,
)
[docs]
class EntryContentHorizontalRule(
EntryContentItem, IEntryContentWithAttribute[BasicAttribute]
):
_attrType = BasicAttribute
_type = "horizontalRule"