def download_image()

in main.py [0:0]


def download_image(file_path: str):
    return handle_file_download(f"{images_container}/{file_path}")