mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-28 21:53:20 -08:00
8 lines
150 B
Python
8 lines
150 B
Python
from kivy.properties import ObjectProperty
|
|
|
|
from kivymd.uix.boxlayout import MDBoxLayout
|
|
|
|
|
|
class Controls(MDBoxLayout):
|
|
screen = ObjectProperty()
|