from enum import StrEnum


class RecommendAppType(StrEnum):
    REMOTE = "remote"
    BUILDIN = "builtin"
    DATABASE = "db"
