MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / Config

Class Config

backend/app/models/workflow.py:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 return target_phase in allowed_transitions.get(self.phase, [])
186
187 class Config:
188 json_encoders = {
189 datetime: lambda v: v.isoformat()
190 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected