#!python

import aim3.aimcli
import sys
command = sys.argv[1:]
aim3.aimcli.cliloop(command)
