src.common.di_container
Dependency injection container for the Wordle Solver application.
Functions
Configure a container specifically for testing with mocks. |
|
Get the global container instance. |
|
Reset the global container (useful for testing). |
Classes
Simple dependency injection container. |
- class src.common.di_container.DIContainer[source]
Simple dependency injection container.