def main():
"""Main CLI entrypoint."""
#print VERSION
from commands.download import Download
options = docopt(__doc__, version=VERSION)
#print "You reached here"
#print options
print "working."
p=Download(options)
p.run()
评论列表
文章目录