SyntaxFix
Write A Post
Hire A Developer
Questions
If it's your root module just add it to PYTHONPATH (PyCharm usually does that)
PYTHONPATH
export PYTHONPATH=$PYTHONPATH:<root module path>
for Docker:
ENV PYTHONPATH="${PYTHONPATH}:<root module path in container>"