cli.fix.ini_py package

Module contents

Compatibility wrapper.

This package was migrated from a flat module (ini_py.py) to a package layout:

ini_py/__main__.py contains the original implementation.

We re-export the public API so existing imports keep working.

cli.fix.ini_py.create_init_files(root_folder)

Walk through all subdirectories of root_folder and create an __init__.py file in each directory if it doesn’t already exist.

cli.fix.ini_py.main()