What dependency injection tool exists for #python that
- isn't a nightmare to use (I'm glaring at you Unity of C# world)
- And is common enough that ChatGPT has seen it, knows how to use it
I'm getting bullied by my unit tests into adding every dependency to my app's entry point function and it getting cumbersome.