Config recursion error checker

Check if json has a cycle error.

Usage

  1. Clone repo with:

$ git clone <repo address>

  1. cd to dir with repo

  2. Run:

$python3 -m cycle_checker [-p, --path]

-p, --path: path to config file. By default, script will search for config.json in main directory.