Name
Import() — Imports settings from arguments
Description
This function imports settings from arguments and sets the module
variables. The Import function should bring the
module to a state where the data imported is enough for the module to
write (See Write()) a usable configuration.
Returns
Import() return false if some of the required keys are missing in the
imported map. If the imported data is empty, it returns true and
starts the module using default values.