#!/usr/bin/env python

from beaver import run
from beaver.utils import parse_args

args = parse_args()
run(args)
