mirror of
https://github.com/langgenius/dify.git
synced 2025-08-31 21:03:27 +00:00
7 lines
110 B
Python
7 lines
110 B
Python
from enum import StrEnum
|
|
|
|
|
|
class RemoteSettingsSourceName(StrEnum):
|
|
APOLLO = "apollo"
|
|
NACOS = "nacos"
|