90% of Python developers didn't know the import * statement had this feature

preview_player
Показать описание
The import * statement is not recommended to use because it has some unexpected side effects, however, did you know you can control it's behaviour with the __all__ dunder?
Рекомендации по теме