#!python
import fire
from src.CLI import CLI
if __name__ == '__main__':
    fire.Fire(CLI)
