#!/usr/bin/python
# -*- coding: utf-8 -*-

from rgain.script.replaygain import replaygain

if __name__ == "__main__":
    replaygain()

