Description
Follow-up from astral-sh/ruff#14099, the current implementation does not consider the values from __all__ variable as seen in the test document.
This requires support for __all__ in general so ideally that should be done first and then a separate PR which considers that values in __all__ for re-export conventions.