MCPcopy Create free account
hub / github.com/danielpatrickhug/GitModel / __init__

Method __init__

src/config.py:19–20  ·  view source on GitHub ↗
(self, config: Config)

Source from the content-addressed store, hash-verified

17
18class PipelineSettings:
19 def __init__(self, config: Config):
20 self.config = config
21
22 def __repr__(self) -> str:
23 return f"PipelineSettings(config={self.config})"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected