flet web test
This commit is contained in:
7
web/info.py
Normal file
7
web/info.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import flet as ft
|
||||
|
||||
class user():
|
||||
def __init__(self, page: ft.Page):
|
||||
pass
|
||||
|
||||
#page.client_storage.set("token", "your_jwt_token_here")
|
||||
Reference in New Issue
Block a user