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

View File

@@ -0,0 +1,3 @@
from .main_screen import MainScreenController
from .search_screen import SearchScreenController
from .my_list_screen import MyListScreenController