> Whether items are imported from a module should be left up to the developer and not done on their behalf.
Well, the developer wrote `import thing;` instead of either `static import thing;` or `import thing : specific, list;` so it was their decision.