#!/usr/bin/env python
import sys
import whitefly

cli = whitefly.cli.CLI()
cli.execute(sys.argv)