前回の記事を「やろうと思ったけどできなかったよう」とTwitterにシェアしたところ、心の師匠から御助言頂きました ...
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 ...