mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-01 07:25:55 -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
|
|
"""
|