MCPcopy Create free account
hub / github.com/codr7/hacktical-c / ChapterData

Class ChapterData

epub/build_ebook.py:31–36  ·  view source on GitHub ↗

the files which are used to populate each section of the book

Source from the content-addressed store, hash-verified

29
30@dataclasses.dataclass
31class ChapterData:
32 """
33 the files which are used to populate each section of the book
34 """
35 chapter_root: pathlib.Path
36 code_supplements: list[pathlib.Path]
37
38PANDOC_EXE_NAME = "pandoc"
39

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected