[改善] 型注釈の追加とドキュメントの更新

- config.py, controller.py, model.py, mainloop.py, utils.py での型注釈の追加
- CODING_RULES.md と api.md のドキュメントを更新
- 不要なコードの削除とリファクタリング
This commit is contained in:
misyaguziya
2025-10-09 13:34:05 +09:00
parent e67242a0c4
commit c1cf78cda4
11 changed files with 79 additions and 52 deletions

View File

@@ -7,7 +7,6 @@ tokens = [
'transcription_mic',
'transcription_speaker',
'selected_translation_compute_device',
'/run/selected_translation_compute_device',
'/run/transcription_mic',
'/run/transcription_speaker',
]