load_templates_from_file# ADR.load_templates_from_file(file_path: str | Path) → None# Load a template tree from a JSON file. Parameters: file_pathstr or PathPath to the JSON file containing templates exported via Template.to_json(). Raises: FileNotFoundErrorIf the file does not exist.