I've been spending my weekend diving into DI in Python. Why do none of the popular frameworks have auto-wiring?! I've been building a fAPI blueprint for future use and have to opt for a third-party library to do a simple resolvable foo(bar: BarClass)
Is there something I'm missing?
#python #di #ioc

Comments