Imports-in-Python
Imports-in-Python copied to clipboard
Use of __all__
Hi,
The __all__ var can be used to limit the data available using import, you might be interested in showing this behavior in your repository.
Ayowel