mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-28 13:43:28 -08:00
7 lines
165 B
Python
7 lines
165 B
Python
from kivy.properties import ObjectProperty
|
|
from View.base_screen import BaseScreenView
|
|
|
|
|
|
class HomeScreenView(BaseScreenView):
|
|
main_container = ObjectProperty()
|