completed the basic ui and anilist module

This commit is contained in:
Benex254
2024-08-05 09:46:53 +03:00
commit a8b6695269
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