#! /usr/bin/python3 -s

"""Helper script run by qmv."""

import sys

import move
move.revision_control_move(sys.argv[1:])
