#!/usr/bin/env python

from rock import cli

try:
    cli.run()
except KeyboardInterrupt:
    pass
