Hacker News new | ask | show | jobs
by luthaf 3475 days ago
Yes, but `using MyModule` is (was?) the default and preferred way to use a module. Which is equivalent to recommend everyone to do `from module import *` in Python.