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

Class PipelineSettings

src/config.py:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
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