I'm running my script as a module and using relative imports but any . import fails. The script runs fine so my project is setup correctly. If I change it to from src import util then it no longer ...