minos.api_gateway.common.importlib module

Copyright (C) 2021 Clariteia SL

This file is part of minos framework.

Minos framework can not be copied and/or distributed without the express permission of Clariteia SL.

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

Compute the given class full name.

Parameters

cls (typing.Type) – Target class.

Return type

str

Returns

An string object.

minos.api_gateway.common.importlib.import_module(module)[source]

Import the given module from a package

Return type

typing.Type