start build test
This commit is contained in:
8
app/view.py
Normal file
8
app/view.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import flet as ft
|
||||
from pages.Main import Main_page
|
||||
|
||||
|
||||
def ViewsHendler(page:ft.Page):
|
||||
return{
|
||||
"/main":Main_page(page=page),
|
||||
}
|
||||
Reference in New Issue
Block a user