7 lines
142 B
Python
7 lines
142 B
Python
import flet as ft
|
|
|
|
class user():
|
|
def __init__(self, page: ft.Page):
|
|
pass
|
|
|
|
#page.client_storage.set("token", "your_jwt_token_here") |