MCPcopy Create free account
hub / github.com/Open-Quant/openquant / ChapterBlueprint

Class ChapterBlueprint

scripts/afml_docs_loop.py:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37@dataclass(frozen=True)
38class ChapterBlueprint:
39 chapter: str
40 theme: str
41 query: str
42 modules: tuple[str, ...]
43
44
45BLUEPRINT: tuple[ChapterBlueprint, ...] = (

Callers 1

afml_docs_loop.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected