#!python

from coolbox.cli import CLI
import fire

fire.Fire(CLI)

