rich
rich copied to clipboard
[BUG] Add `print_json` to the `all` in rich/__init__.py
Describe the bug
When I import print_json i get an underline in PyCharm because print_json is not listed in the __all__ of the init.py module.
Please add it so that IDE's don't complain.