I\'ve seen all sorts of examples and other similar questions, but I can\'t seem to find an example that exactly matches my scenario. I feel like a total goon asking this be
In the "root" __init__.py you can also do a
__init__.py
import sys sys.path.insert(1, '.')
which should make both modules importable.