mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-14 13:56:32 -08:00
7 lines
145 B
Python
7 lines
145 B
Python
from Model.base_model import BaseScreenModel
|
|
|
|
|
|
class DownloadsScreenModel(BaseScreenModel):
|
|
"""
|
|
Handles the download screen logic
|
|
""" |