setup for flet

This commit is contained in:
Mikayla Dobson
2023-01-09 22:37:22 -06:00
parent c85e188531
commit 0e8e2d6d24
2 changed files with 5 additions and 1 deletions

4
ui/window.py Normal file
View File

@@ -0,0 +1,4 @@
import flet as ft
def window(page: ft.Page):
pass