#!/usr/bin/python

import pymp3cut,sys

pymp3cut.mp3cut(sys.argv)
