Initialize the image enhancer. Args: config: AutoFigure SDK configuration
(self, config: "Config")
| 256 | """ |
| 257 | |
| 258 | def __init__(self, config: "Config"): |
| 259 | """ |
| 260 | Initialize the image enhancer. |
| 261 | |
| 262 | Args: |
| 263 | config: AutoFigure SDK configuration |
| 264 | """ |
| 265 | self.config = config |
| 266 | |
| 267 | def enhance( |
| 268 | self, |
nothing calls this directly
no outgoing calls
no test coverage detected