#!python

from montu.cli import main_gui

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