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

git_copy = mover.Mover('copy')


if __name__ == '__main__':
    git_copy()
