#!/Users/akrug/workspace/aws_ir/env/bin/python

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

from aws_ir.cli import cli

c = cli()
c.run()
