I often forget to enter container context when using context resources. When I do, it annoyes me to have to jump up to imports block and add import that_depends.providers manually. To prevent that, I suggest making it available as that_depends.container_context().
I often forget to enter container context when using context resources. When I do, it annoyes me to have to jump up to imports block and add
import that_depends.providers
manually. To prevent that, I suggest making it available asthat_depends.container_context()
.