As you can see, the name of an entity (or the list of entities' names) is replaced with a single asterisk (*).
Such an instruction imports all entities from the indicated module.
Is it convenient? Yes, it is, as it relieves you of the duty of enumerating all the names you need.
Is it unsafe? Yes, it is - unless you know all the names provided by the module, you may not be able to avoid name conflicts. Treat this as a temporary solution, and try not to use it in regular code.