#!/usr/bin/env python

from pandos.cli import CLI

import  fire


if __name__ == "__main__":
    fire.Fire(CLI())
