#!/usr/bin/env python3

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