Added source segment
This commit is contained in:
parent
f13861c580
commit
1b1784f4ee
8 changed files with 311 additions and 6 deletions
|
|
@ -13,6 +13,7 @@ class SegmentType(StrEnum):
|
|||
IFRAME = "iframe"
|
||||
GALLERY = "gallery"
|
||||
TEAM = "team"
|
||||
SOURCES = "sources"
|
||||
|
||||
|
||||
class Segment(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue