#!/usr/bin/env python

from git_backup.run import GitBackupRunner

runner = GitBackupRunner()
runner.run()
