mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-25 20:34:26 -08:00
9 lines
189 B
Python
9 lines
189 B
Python
from kivy.properties import StringProperty
|
|
|
|
from kivymd.uix.boxlayout import MDBoxLayout
|
|
|
|
|
|
class AnimeHeader(MDBoxLayout):
|
|
titles = StringProperty()
|
|
banner_image = StringProperty()
|