zsol / py.wtf

Autogenerated reference docs for PyPI packages
https://py.wtf
MIT License
10 stars 3 forks source link

Treat imports in `__init__.py` as exports if there's no `__all__`. #84

Closed zsol closed 2 years ago

zsol commented 2 years ago

Some popular packages do this, but py.wtf/click/click is sad. Let's humor them.