#!/usr/local/bin/python3.8

from rgain3.script.collectiongain import collectiongain

if __name__ == "__main__":
    collectiongain()
