Closed DustinAlandzes closed 3 years ago
https://www.python.org/dev/peps/pep-0008/#imports
Wildcard imports (from import *) should be avoided, as they make it unclear which names are present in the namespace
https://www.python.org/dev/peps/pep-0008/#imports