文件内容
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