#!/usr/bin/env python

from lctools.shortcuts import save_image_main

if __name__ == "__main__":
    save_image_main()
