Files
FastAnime/fastanime/gui/View/HomeScreen/home_screen.py

11 lines
200 B
Python

from kivy.properties import ObjectProperty
from ...View.base_screen import BaseScreenView
class HomeScreenView(BaseScreenView):
main_container = ObjectProperty()
__all__ = ["HomeScreenView"]