#!/usr/bin/python3

from rgain3.script.collectiongain import collectiongain

if __name__ == "__main__":
    collectiongain()
