project_root/ │── my_package/ # package folder │ │── __init__.py # For package recognition (you can leave it empty) │ │── main.py # Python files to run │ │── hello/ # Resource folder to include │ │ ...
Check if all .http and .rest files in the current directory and its subdirectories are formatted and prints the desired output to the console: ...