Signed-off-by: -LAN- <[email protected]> Co-authored-by: huanshare <[email protected]> Co-authored-by: -LAN- <[email protected]>
6 lines
90 B
Python
6 lines
90 B
Python
from enum import StrEnum
|
|
|
|
|
|
class RemoteSettingsSourceName(StrEnum):
|
|
APOLLO = "apollo"
|