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