Python code to optimise prepare for test classes of Java & Kotlin unit test by checking the actual usages of mock static classes
To run for a particular file -> python3 UTOptimisation.py -f "filePath"
To run on the entire project -> python3 UTOptimisation.py -r "rootPath"