Files
FastAnime/app/View/AnimeScreen/components/controls.py

10 lines
193 B
Python

from kivy.properties import ObjectProperty
from kivymd.uix.boxlayout import MDBoxLayout
class Controls(MDBoxLayout):
"""The diferent controls available"""
screen = ObjectProperty()