from apollo_utils.core.utils.ext_enum import ExtEnum class Platform(ExtEnum): """Device Platform.""" IOS = "ios" ANDROID = "android"