(self)
| 16 | self.logger = logging.getLogger(__name__) |
| 17 | |
| 18 | def get_container(self) -> Container: |
| 19 | return self.container |
| 20 | |
| 21 | def get_api_config(self) -> Settings: |
| 22 | return self.container.app_config() |
nothing calls this directly
no outgoing calls
no test coverage detected