Why does the ES6 import module use import * * from * * instead of from * * import * * like python?

problem description

Why should the ES6 import module use import from instead of from import like python

the environmental background of the problems and what methods you have tried

I feel that if you use python this way, ide prompt will be very convenient, first write the module and then the object.
Why is ES6 designed in this way? it feels a little anti-human.

Es6
Aug.17,2021
Menu