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

from rgain3.script.collectiongain import collectiongain

if __name__ == "__main__":
    collectiongain()
