#!python

from montu.imontu_cli import main_gui

if __name__ == "__main__":
    raise SystemExit(main_gui())
