SYMBOL INDEX (13 symbols across 5 files) FILE: tools/generate-images-from-pdf.py function _render_images (line 8) | def _render_images(cards: io.BytesIO, output_dir: str) -> None: function main (line 18) | def main() -> None: FILE: tools/generate-pdf.py function _write_cards_with_counts (line 31) | def _write_cards_with_counts( function main (line 51) | def main() -> None: FILE: tools/ship_it_tools/counts.py function read_counts (line 6) | def read_counts( FILE: tools/tts-exporter.py function _count_files (line 27) | def _count_files(image_dir: str) -> int: function _create_filename (line 35) | def _create_filename( function _create_sheet (line 55) | def _create_sheet( function _create_tts_images (line 105) | def _create_tts_images(image_dir: str) -> None: function main (line 116) | def main() -> None: FILE: tools/validate-cards.py function _read_card_counts (line 8) | def _read_card_counts(cards_path: str) -> list[int]: function _validate (line 24) | def _validate(cards_path: str, counts: list[int]) -> None: function main (line 36) | def main() -> None: