radtools.load_template#
- radtools.load_template(filename)[source]#
Read template from the template file.
Changed in version 0.8.1: Renamed from
read_templateSee Template specification for the description of the template file format.
- Parameters:
- filenamestr
Path to the template file.
- Returns:
- template
ExchangeTemplate Exchange template.
- template
Notes
See also Template specification.