mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-29 06:03:29 -08:00
10 lines
226 B
Python
10 lines
226 B
Python
from .allanime.api import AllAnimeAPI
|
|
from .animepahe.api import AnimePaheApi
|
|
from .aniwatch.api import AniWatchApi
|
|
|
|
anime_sources = {
|
|
"allanime": AllAnimeAPI,
|
|
"animepahe": AnimePaheApi,
|
|
"aniwatch": AniWatchApi,
|
|
}
|