#!/code/env/test-gitz/bin/python
from gitz import mover

git_copy = mover.Mover('copy')


if __name__ == '__main__':
    git_copy()
