#!/usr/bin/env python3

from rgain3.script.replaygain import replaygain

if __name__ == "__main__":
    replaygain()
