def load_config(dot_env_path: find_dotenv(raise_error_if_not_found=True)): """ Load the variables from the .env file Returns: .env variables(dict) ...
確定! 回上一頁