mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-26 04:41:34 -08:00
10 lines
193 B
Python
10 lines
193 B
Python
from kivy.properties import ObjectProperty
|
|
|
|
from kivymd.uix.boxlayout import MDBoxLayout
|
|
|
|
|
|
class Controls(MDBoxLayout):
|
|
"""The diferent controls available"""
|
|
|
|
screen = ObjectProperty()
|