Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import os import pandas as pd import morph from morph import MorphGlobalContext @morph.func def get_env_value(context: MorphGlobalContext): # get env variable named "ENV_NAME" env_name = os.environ["ENV_NAME"] return pd.DataFrame({})
.env
KEY1=value1 KEY2=value2