6 lines
90 B
Python
6 lines
90 B
Python
![]() |
from enum import StrEnum
|
||
|
|
||
|
|
||
|
class RemoteSettingsSourceName(StrEnum):
|
||
|
APOLLO = "apollo"
|