MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / __init__

Method __init__

autofigure/enhancer.py:258–265  ·  view source on GitHub ↗

Initialize the image enhancer. Args: config: AutoFigure SDK configuration

(self, config: "Config")

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected