6 lines
141 B
Python
6 lines
141 B
Python
|
|
"""Chat / 访谈产品常量 — 值来自 config/*.toml(SSOT)。"""
|
|||
|
|
|
|||
|
|
from app.core.app_config import app_config
|
|||
|
|
|
|||
|
|
chat = app_config.chat
|