minos.common.importlib module

minos.common.importlib.classname(cls)[source]

Compute the given class full name.

Parameters

cls (typing.Union[type, typing.Callable]) – Target class.

Return type

str

Returns

An string object.

minos.common.importlib.import_module(module_name)[source]

Import the given module from a package

Return type

typing.Union[type, typing.Callable]