The directory of the build script is not part of Python's import path inside the pynt process, hence it is not possible to import modules which reside beneath the same directory as the module.
It can be solved by amending the Path with the directory of the build script.
The directory of the build script is not part of Python's import path inside the pynt process, hence it is not possible to import modules which reside beneath the same directory as the module.
It can be solved by amending the Path with the directory of the build script.