We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af655b commit 64c94d4Copy full SHA for 64c94d4
README.md
@@ -143,7 +143,9 @@ from module import FletMVCModule
143
144
app = FletMVCApplication("Simple demo app")
145
146
-settings_module = FletMVCModule(model_class=DemoModel, view_class=DemoView, controller_class=DemoController)
+settings_module = FletMVCModule(model_class=DemoModel,
147
+ view_class=DemoView,
148
+ controller_class=DemoController)
149
150
151
app.add_route("/", settings_module)
0 commit comments