nvflare.lighter.impl.template module

class TemplateBuilder[source]

Bases: Builder

Load template file.

Loads the content of the template_file and the authz_def (section of template file with fixed authorization definitions) into two key-value pairs in the build context.

initialize(ctx)[source]