#!/usr/bin/env python

from kvmtest import replay_main
import sys

sys.exit(replay_main(sys.argv[1:]))
