mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-27 05:03:41 -08:00
15 lines
238 B
Python
15 lines
238 B
Python
from .allanime.api import AllAnimeAPI
|
|
|
|
anime_sources = {"allanime": AllAnimeAPI}
|
|
|
|
|
|
class Anime_Provider:
|
|
def search_for_anime(self):
|
|
pass
|
|
|
|
def get_anime(self):
|
|
pass
|
|
|
|
def get_episode_streams(self):
|
|
pass
|