mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-15 22:32:33 -08:00
renamed app to anixstream
This commit is contained in:
8
anixstream/View/AnimeScreen/components/header.py
Normal file
8
anixstream/View/AnimeScreen/components/header.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from kivy.properties import StringProperty
|
||||
|
||||
from kivymd.uix.boxlayout import MDBoxLayout
|
||||
|
||||
|
||||
class AnimeHeader(MDBoxLayout):
|
||||
titles = StringProperty()
|
||||
banner_image = StringProperty()
|
||||
Reference in New Issue
Block a user