I'm pretty new to python and I've the below project structure which has two scripts
And when I use a method from test_config_loader.py in test_ai_model.py, I'm getting the below error in the import Cannot find reference 'src' in 'code.pyi' as you can see in the below screenshots. How should I resolve it? I tried several approaches as suggested but unable to resolve it