#!/usr/bin/env python3

from rgain3.script.collectiongain import collectiongain

if __name__ == "__main__":
    collectiongain()
