#!/usr/bin/env python

from bond import app
from bond.cli.console import console_terminate

try:
  app.run()
finally:
  console_terminate()
