File size: 151 Bytes
1623472
 
33e3cfa
1623472
33e3cfa
1623472
33e3cfa
1623472
1
2
3
4
5
6
7
8
9
import flet as ft 
import flet_fastapi
async def main (page:ft.Page):

    await page.add_async(ft.ElevatedButton("hi"))

app =flet_fastapi.app(main)