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