Import related utilities and helper functions.
Returns a class from a string including module and class
Import a module.
Import a class and return an instance of it.
Import a class and return an instance of it, first by trying to find the class in a default namespace, then failing back to a full path if not found in the default namespace.
Try to import a module and if it fails return default.