#!/usr/bin/env python
import sys

from biggerquery.cli import cli

cli(sys.argv[1:])