文件预览

__init__.py

查看 lobster-novel 技能包中的文件内容。

文件内容

core/__init__.py

# lobster-novel core
from .bible import BibleManager, Character, ChapterSpec, Arc, NovelBible, WorldRule
from .continuity import ContinuityTracker, ChapterState
from .pipeline import Pipeline
from .chapters import ChapterGenerator