Files
nixpkgs/pkgs/development/python-modules/flet-runtime/_setup_runtime.py

4 lines
110 B
Python

import os
if 'FLET_VIEW_PATH' not in os.environ:
os.environ["FLET_VIEW_PATH"] = "@flet-client-flutter@/bin"