mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-09 11:45:02 -08:00
renamed app to anixstream
This commit is contained in:
9
anixstream/View/AnimeScreen/components/description.py
Normal file
9
anixstream/View/AnimeScreen/components/description.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from kivy.properties import StringProperty
|
||||
|
||||
from kivymd.uix.boxlayout import MDBoxLayout
|
||||
|
||||
|
||||
class AnimeDescription(MDBoxLayout):
|
||||
"""The anime description"""
|
||||
|
||||
description = StringProperty()
|
||||
Reference in New Issue
Block a user