I have seen this, but when I tried it did not work, I have one folder 'childFolder' in my current working directory, and inside that I have the module moduleName.py.
import cwd.childFolder.moduleName as mod
mod.someclass().method()
I have seen this, but when I tried it did not work, I have one folder 'childFolder' in my current working directory, and inside that I have the module moduleName.py.
import cwd.childFolder.moduleName as mod
mod.someclass().method()