In my python application I import some configuration related the module that I want to import, so how to do that using string conf like shown in below example?
For exmpple I use pakage
package="pak.pak1"
module="moduleA"
And I want to do folwing
from package import module
but i have the error:
ModuleNotFoundError: No module named moudleA