#!/usr/bin/python3

import sys

from imageio.__main__ import remove_bin_main


if __name__ == "__main__":
    sys.exit(remove_bin_main())
