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 Path

Path to the JSON file containing templates exported via Template.to_json().

Raises:
FileNotFoundError

If the file does not exist.