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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3cb54-4d9d3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3cb54-4d9d3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?