maple/util/enums.py

8 lines
127 B
Python
Raw Normal View History

2024-04-06 18:32:49 +02:00
from enum import Enum
class AnimeListServices(Enum):
ANILIST = "anilist"
MYANIMELIST = "mal"
ANIMEPLANET = "apl"