#!python

from montu.imontu_cli import main_imontu

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