Block a user
[Maintenance] Avoid from module import *
I think in this particular instance it makes sense though since we want the entire contents of the core
namespace to be available both in main
and in init
(import) mode because we essentially want to pretend core
is both __init__
and __main__
.