lookatme.output.base module¶
Base module for lookatme output formats
-
class
lookatme.output.base.BaseOutputFormat[source]¶ Bases:
object-
DEFAULT_OPTIONS= {}¶
-
NAME= None¶
-
REQUIRED_BINARIES= []¶
-
do_format_pres(pres: lookatme.pres.Presentation, output_path: str)[source]¶ Perform the action of outputting the presentation to this specific output format.
-
format_pres(pres: lookatme.pres.Presentation, output_path: str, options: Dict[KT, VT])[source]¶ Perform the action of outputting the presentation to this specific output format.
-