completed the basic ui and anilist module

This commit is contained in:
Benedict Xavier Wanyonyi
2024-05-15 20:33:20 +03:00
commit ffe5db9e33
44 changed files with 3775 additions and 0 deletions

3
app/Model/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .main_screen import MainScreenModel
from .search_screen import SearchScreenModel
from .my_list_screen import MyListScreenModel