Files
FastAnime/anixstream/View/AnimeScreen/components/controls.py
2024-08-05 09:46:54 +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()