nixpkgs/pkgs/development/python-modules/flet-runtime/_setup_runtime.py
2024-03-19 21:44:47 +01:00

4 lines
110 B
Python

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