Files
FastAnime/app/View/AnimeScreen/components/controls.py
2024-05-24 20:56:07 +03:00

8 lines
150 B
Python

from kivy.properties import ObjectProperty
from kivymd.uix.boxlayout import MDBoxLayout
class Controls(MDBoxLayout):
screen = ObjectProperty()