I am struggling a bit to set up a working structure in one of my projects. The problem is, that I have main package and a subpackage in a structure like this (I left out all unn
Use:
from . import utils
as suggested by Peter
In your code.py you should use:
from mypackage import work