#!/usr/bin/env python2
import sys
sys.path.append('.')
import cbuh
cbuh.cli()
