maple/util/enums.py
2024-04-06 18:32:49 +02:00

8 lines
127 B
Python

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