#!/bin/sh
echo "Please consider improvement all the files listed below:"
radon cc `find ../ -name "*.py"` -nc -s
