Files
2024-12-10 02:51:20 +08:00

6 lines
90 B
Python

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