mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-01 23:39:54 -08:00
8 lines
141 B
Python
8 lines
141 B
Python
from .base_model import BaseScreenModel
|
|
|
|
|
|
class DownloadsScreenModel(BaseScreenModel):
|
|
"""
|
|
Handles the download screen logic
|
|
"""
|