Files
FastAnime/app/View/AnimeScreen/components/controls.py
Benedict Xavier Wanyonyi f24912fd1c feat:Made trailer player better
2024-05-31 11:20:15 +03:00

10 lines
196 B
Python

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