C-Loftus / talon-ai-tools

Query LLMs and AI tools with voice commands
MIT License
39 stars 14 forks source link

refactor into classvar for mpypy #50

Closed C-Loftus closed 3 months ago

C-Loftus commented 3 months ago

We need global state. Global vars are ugly but having in a class variable annotated with the proper typing makes mypy happy :)