File size: 90 Bytes
f71c799
 
 
 
 
1
2
3
4
5
6
from enum import StrEnum


class RemoteSettingsSourceName(StrEnum):
    APOLLO = "apollo"