mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-20 07:59:10 +08:00
7 lines
110 B
Python
7 lines
110 B
Python
from enum import StrEnum
|
|
|
|
|
|
class RemoteSettingsSourceName(StrEnum):
|
|
APOLLO = "apollo"
|
|
NACOS = "nacos"
|