mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-26 04:41:34 -08:00
9 lines
133 B
Python
9 lines
133 B
Python
from .base_model import BaseScreenModel
|
|
|
|
|
|
|
|
class HelpScreenModel(BaseScreenModel):
|
|
"""
|
|
Handles the help screen logic
|
|
"""
|