#!/usr/bin/python

from rock import cli


try:
    cli.main()
except KeyboardInterrupt:
    pass
