#!/usr/bin/env python

from financetoolbox.cli import CLI

import fire


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

