Duplicated from REACT-BE/ZillionParts-BE
e31e0bb 76e0ce5 9197ffc 8089fb7 1623472 8089fb7
1
2
3
4
5
6
7
import flet as ft async def main(page: ft.Page): await asyncio.sleep(1) page.add(ft.Text("Hello, async world!")) ft.app(main)