4 lines
110 B
Python
4 lines
110 B
Python
import os
|
|
if 'FLET_VIEW_PATH' not in os.environ:
|
|
os.environ["FLET_VIEW_PATH"] = "@flet-client-flutter@/bin"
|