mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-01 07:25:55 -08:00
8 lines
166 B
Python
8 lines
166 B
Python
from kivy.properties import ObjectProperty
|
|
|
|
from View.base_screen import BaseScreenView
|
|
|
|
|
|
class HomeScreenView(BaseScreenView):
|
|
main_container = ObjectProperty()
|