Templates¶
- class Builder¶
Bases:
objectCreates various parts of a html/txt.
This class is responsible for constructing all the parts for a html/txt.
- get_body()¶
- get_header()¶
- class CSVBuilder(data)¶
Bases:
BuilderConcrete Builder implementation.
This class builds parts for the CSV report.
- get_body()¶
- get_header()¶
Bases:
object