mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-07-02 02:54:33 -07:00
8 lines
169 B
Python
8 lines
169 B
Python
from kivy.properties import ObjectProperty
|
|
|
|
from ...View.base_screen import BaseScreenView
|
|
|
|
|
|
class HomeScreenView(BaseScreenView):
|
|
main_container = ObjectProperty()
|