6 lines
166 B
Python
6 lines
166 B
Python
|
|
"""Story / chapter / evidence 流水线产品常量 — 值来自 config/*.toml(SSOT)。"""
|
|||
|
|
|
|||
|
|
from app.core.app_config import app_config
|
|||
|
|
|
|||
|
|
story = app_config.story
|