mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-10 12:13:19 -08:00
renamed app to anixstream
This commit is contained in:
13
anixstream/Model/anime_screen.py
Normal file
13
anixstream/Model/anime_screen.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from Model.base_model import BaseScreenModel
|
||||
from libs.anilist import AniList
|
||||
|
||||
class AnimeScreenModel(BaseScreenModel):
|
||||
"""the Anime screen model
|
||||
"""
|
||||
data = {}
|
||||
anime_id = 0
|
||||
|
||||
def get_anime_data(self,id:int):
|
||||
return AniList.get_anime(id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user