in scripts/inf2_env.py [0:0]
def get_env_dict() -> Dict[str, str]: d = {} for k in env_vars: d[k] = os.getenv(k) return d