We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Don't import _foo methods under __all___, that does not make sense
_foo
__all___
__all__ = ["_foo"] should not be allowed
__all__ = ["_foo"]