There is a package. In the package\'s __init__.py there is __all__ defined which contains name of every module in package. If I then use
__init__.py
__all__
<