#!/opt/gensoft/exe/rgi/6.0.8/venv/bin/python3.8
from app.MainBase import MainBase

def main():
    MainBase()

if __name__ == "__main__":
    main()
