Files
FastAnime/fastanime/View/AnimeScreen/components/controls.py
2024-06-05 00:07:28 +03:00

9 lines
195 B
Python

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