mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 09:04:17 +00:00
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"
|