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

from rgain3.script.collectiongain import collectiongain

if __name__ == "__main__":
    collectiongain()
