mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-02 07:50:04 -08:00
8 lines
132 B
Python
8 lines
132 B
Python
from .base_model import BaseScreenModel
|
|
|
|
|
|
class HelpScreenModel(BaseScreenModel):
|
|
"""
|
|
Handles the help screen logic
|
|
"""
|