我正在尝试从同一项目中的目录导入函数。我该怎么办?
.|____project/
| |_____src/
| | |____myproject/
| | | | __init__.py
| | | |____funtion.py
| |_____test/
| | |___ testmyproject.py
| | |____data/
| | |___testdata
如何在test / testmyproject.py中导入文件function.py或function.py文件中的功能以测试功能?我无法从function.py
导入模块