mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
10 lines
190 B
Python
10 lines
190 B
Python
from kivy.properties import StringProperty
|
|
|
|
from kivymd.uix.boxlayout import MDBoxLayout
|
|
|
|
|
|
class AnimeHeader(MDBoxLayout):
|
|
titles = StringProperty()
|
|
banner_image = StringProperty()
|
|
|