Python Formatter

Clean Python indentation, replace tabs with spaces, and normalize block layout for readable scripts.

This formatter is lightweight and focuses on indentation and cleanup. It does not replace a full Python parser like Black.