Fix: #46
In this PR, I have made the following changes:
File Renaming: Renamed the utils.py file to helper.py within the greenberry folder to avoid conflicts with the existing utils folder.
Import Statement Updates: Updated all import statements within the codebase to use the new file name helper.py.
Function Refactoring: Refactored and improved the capture_print function in helper.py to capture print statements from functions with parameters, including optional arguments, and functions with no parameters.
File Renaming: Renamed the
utils.py
file tohelper.py
within thegreenberry
folder to avoid conflicts with the existingutils
folder.Import Statement Updates: Updated all import statements within the codebase to use the new file name
helper.py
.Function Refactoring: Refactored and improved the
capture_print
function inhelper.py
to capture print statements from functions with parameters, including optional arguments, and functions with no parameters.