Source code for deepmd_gnn.env

"""Configurations read from environment variables."""

import os

[docs] DP_GNN_USE_MAPPING = os.environ.get("DP_GNN_USE_MAPPING", "0") == "1"