radtools.read_template#
- radtools.read_template(filename)[source]#
Read template from the template file.
See 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.