#!python

import sys

from bigflow.cli import cli

cli(sys.argv[1:])
