Python can’t find module in the same folder

Change your import in test.py to:

from .hello import hello1

Leave a Comment