mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-25 12:24:52 -08:00
7 lines
136 B
Python
7 lines
136 B
Python
from Model.base_model import BaseScreenModel
|
|
|
|
|
|
class HelpScreenModel(BaseScreenModel):
|
|
"""
|
|
Handles the help screen logic
|
|
""" |