#!/usr/bin/python

from git_fat import main

if __name__ == '__main__':
    main()
