#! /usr/bin/env python
# Entry point script for distutils to call
from betterblame.bblame import main
main()
