mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-09 03:41:02 -08:00
style:Formatted codebase to pep8
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
|
||||
from anixstream.View import HelpScreenView
|
||||
from anixstream.Model import HelpScreenModel
|
||||
from ..Model import HelpScreenModel
|
||||
from ..View import HelpScreenView
|
||||
|
||||
|
||||
class HelpScreenController:
|
||||
"""The help screen controller
|
||||
"""
|
||||
def __init__(self, model:HelpScreenModel):
|
||||
"""The help screen controller"""
|
||||
|
||||
def __init__(self, model: HelpScreenModel):
|
||||
self.model = model
|
||||
self.view = HelpScreenView(controller=self, model=self.model)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user