2025-04-22 13:12:36 +08:00

7 lines
110 B
Python

from enum import StrEnum
class RemoteSettingsSourceName(StrEnum):
APOLLO = "apollo"
NACOS = "nacos"