smarie/python-autoclass

Improve __init__.py

smarie opened this issue · 1 comments

It seems that all should also contain the names of all symbols exported by each module. Let's try to automatically generate this from public names.

Besides, it seems that the symbols imported by the package are re-exported (or at least pycharm thinks so). For example typing symbols, etc. Let's dig this topic too...

Fixed in c690052