feat:Finished stable v0.10.0

This commit is contained in:
Benedict Xavier Wanyonyi
2024-06-01 11:01:03 +03:00
parent 7e9060bb2d
commit 920bf11c94
38 changed files with 169 additions and 165 deletions

View File

@@ -1,8 +1,8 @@
from kivy.properties import ObjectProperty, StringProperty
from View.base_screen import BaseScreenView
from Utility.kivy_markup_helper import bolden, color_text, underline
from Utility.data import themes_available
from anixstream.View.base_screen import BaseScreenView
from anixstream.Utility.kivy_markup_helper import bolden, color_text, underline
from anixstream.Utility.data import themes_available
class HelpScreenView(BaseScreenView):