mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-01 23:39:54 -08:00
16 lines
305 B
Python
16 lines
305 B
Python
from .allanime.api import AllAnimeAPI
|
|
from .animepahe.api import AnimePaheApi
|
|
|
|
anime_sources = {"allanime": AllAnimeAPI, "animepahe": AnimePaheApi}
|
|
|
|
|
|
class Anime_Provider:
|
|
def search_for_anime(self):
|
|
pass
|
|
|
|
def get_anime(self):
|
|
pass
|
|
|
|
def get_episode_streams(self):
|
|
pass
|