#!python

from montu.cli import main_imontu

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