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

from rgain.script.collectiongain import collectiongain

if __name__ == "__main__":
    collectiongain()

