Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/showlab/Code2Video
/ Section
Class
Section
src/agent.py:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
@dataclass
20
class
Section:
21
id: str
22
title: str
23
lecture_lines: List[str]
24
animations: List[str]
25
26
27
@dataclass
Callers
1
generate_storyboard
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected