Files
FastAnime/anixstream/Model/download_screen.py
Benedict Xavier Wanyonyi 7e9060bb2d renamed app to anixstream
2024-05-31 18:12:02 +03:00

8 lines
150 B
Python

from Model.base_model import BaseScreenModel
class DownloadsScreenModel(BaseScreenModel):
"""
Handles the download screen logic
"""