#!/usr/bin/env python3

from montu.imontu_cli import main_gui

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