I have this folder structure:
project:
|-the_package:
| |-simulator.py
| |-__init__.py
|-folder:
| |-file1.py (contains: from the_package.simulator import xxx)
In cmd I type "python file1.py" and i get the following error : ModuleNotFoundError: No module named 'the_package'. Thanks for your help