#!/usr/bin/env python

from bqmigratrr import init, run

init()
run()
