from enum import Enum class AnimeListServices(Enum): ANILIST = "anilist" MYANIMELIST = "mal" ANIMEPLANET = "apl"