Correct way to import modules when building python package
I am building my first ever python package, currently I have this structure:
ModuleNotFoundError: No module named ‘yolov7’
I am trying out code in this repository.
I run one of the command given in their readme page, but I am getting ModuleNotFoundError: