#!/usr/bin/env python
import os
import sys

sys.path.insert(0, os.path.abspath(os.getcwd()))
from akcli import cli

cli.cli()
