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