mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-28 05:33:12 -08:00
9 lines
195 B
Python
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()
|