enums.py 90 B

123456
  1. from enum import StrEnum
  2. class RemoteSettingsSourceName(StrEnum):
  3. APOLLO = "apollo"