#!/usr/bin/env python3
from gitz.git import mover

git_copy = mover.Mover('copy')
SUMMARY = git_copy.SUMMARY

if __name__ == '__main__':
    git_copy()
