open
#
The open declaration brings all entity names from the specified package into the current module, allowing us to refer to them without qualifying the name. It has the following syntax:
open some.package.name;
It does not accept any documentation comment.