mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: huanshare <liuhuan101@longfor.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
6 lines
90 B
Python
6 lines
90 B
Python
from enum import StrEnum
|
|
|
|
|
|
class RemoteSettingsSourceName(StrEnum):
|
|
APOLLO = "apollo"
|