__init__ constructor

init

Initializes a new instance of the ExportImagesToFileSystemStrategy class.

def __init__(self, images_folder):
    ...
Parameter Type Description
images_folder str The physical folder where images will be saved.
Raises Description
ValueError When images_folder is None.

See Also