mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
9 lines
146 B
Python
9 lines
146 B
Python
from .base_model import BaseScreenModel
|
|
|
|
|
|
class DownloadsScreenModel(BaseScreenModel):
|
|
"""
|
|
Handles the download screen logic
|
|
"""
|
|
|