SyntaxFix
Write A Post
Hire A Developer
Questions
In the "root" __init__.py you can also do a
__init__.py
import sys sys.path.insert(1, '.')
which should make both modules importable.