ModuleNotFoundError: No module named 'lib'

even though I have created a lib/common folder with the config.py file. While building the space, there’s an error: “from lib.common.config, import cfg.” ModuleNotFoundError: No module named ‘lib’'.

It’s the config file from lib/common directory.