#!/usr/bin/env python
from gcptree import  Cli

if __name__ == "__main__":
  Cli().run()