mirror of
https://github.com/langgenius/dify.git
synced 2026-01-06 07:01:25 -05:00
7 lines
110 B
Python
7 lines
110 B
Python
from enum import StrEnum
|
|
|
|
|
|
class RemoteSettingsSourceName(StrEnum):
|
|
APOLLO = "apollo"
|
|
NACOS = "nacos"
|