Added YouTube Creator scene building flow documentation
This commit is contained in:
@@ -22,6 +22,7 @@ class AssetType(enum.Enum):
|
||||
|
||||
|
||||
class AssetSource(enum.Enum):
|
||||
# Add youtube_creator to the enum
|
||||
"""Source module/tool that generated the asset."""
|
||||
# Core Content Generation
|
||||
STORY_WRITER = "story_writer"
|
||||
@@ -50,6 +51,9 @@ class AssetSource(enum.Enum):
|
||||
|
||||
# Podcast Maker
|
||||
PODCAST_MAKER = "podcast_maker"
|
||||
|
||||
# YouTube Creator
|
||||
YOUTUBE_CREATOR = "youtube_creator"
|
||||
|
||||
|
||||
class ContentAsset(Base):
|
||||
|
||||
Reference in New Issue
Block a user