Skip to content

Commit 715f162

Browse files
authored
Added BorderRadius to __init__.py (#691)
1 parent 514bbee commit 715f162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/python/flet/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from flet.app_bar import AppBar
2020
from flet.audio import Audio
2121
from flet.banner import Banner
22+
from flet.border_radius import BorderRadius
2223
from flet.bottom_sheet import BottomSheet
2324
from flet.buttons import (
2425
BeveledRectangleBorder,

0 commit comments

Comments
 (0)