setup for flet
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import psycopg2, json
|
import psycopg2
|
||||||
from config import Config
|
from config import Config
|
||||||
|
|
||||||
class PGUTIL:
|
class PGUTIL:
|
||||||
|
|||||||
4
ui/window.py
Normal file
4
ui/window.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
import flet as ft
|
||||||
|
|
||||||
|
def window(page: ft.Page):
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user