#!/usr/bin/env python
from skema.cli import Cli
import fire

fire.Fire(Cli)
