#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys
import git_qdiff

sys.exit(git_qdiff.main())

