mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-13 13:27:26 -08:00
doc and style: formatted the whole codebase to pep8 plus added documentation where necessary
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
|
||||
from inspect import isgenerator
|
||||
from View import CrashLogScreenView
|
||||
from Model import CrashLogScreenModel
|
||||
from View.components import MediaCardsContainer
|
||||
from Utility import show_notification
|
||||
from kivy.clock import Clock
|
||||
|
||||
|
||||
|
||||
class CrashLogScreenController:
|
||||
"""The crash log screen controller
|
||||
"""
|
||||
def __init__(self, model:CrashLogScreenModel):
|
||||
self.model = model
|
||||
self.view = CrashLogScreenView(controller=self, model=self.model)
|
||||
|
||||
Reference in New Issue
Block a user