#!/usr/bin/env python

import sys
import os
sys.path.append(os.getcwd())

from aws_ir.cli import cli

c = cli()
c.run()
