#!/usr/bin/env python

import sys
from cr_download_cli import downloader

downloader.main(sys.argv[1:])
