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