| 43 | |
| 44 | @dataclass(frozen=True) |
| 45 | class DemoEntry: |
| 46 | demo_id: str |
| 47 | name: str |
| 48 | prompt_audio_path: Path |
| 49 | prompt_audio_relative_path: str |
| 50 | text: str |
| 51 | |
| 52 | |
| 53 | def _load_demo_entries() -> list[DemoEntry]: |
no outgoing calls
no test coverage detected