GalleryStillAlbum.import_stills# GalleryStillAlbum.import_stills(file_paths: List[str]) → bool[source]# Imports stills from the specified file paths into the album. Parameters: file_paths (List[str]) – List of file paths to import stills from. Returns: True if import was successful, False otherwise. Return type: bool