| 8 | |
| 9 | |
| 10 | class PositionInfo(BaseModel): |
| 11 | company: str |
| 12 | position: str |
| 13 | name: str |
| 14 | blog_articles_urls: List[str] |
| 15 | youtube_interviews_urls: List[NamedUrl] |
| 16 | |
| 17 | |
| 18 | class PositionInfoList(BaseModel): |
nothing calls this directly
no outgoing calls
no test coverage detected