I have gone through many Python relative import questions but I can\'t understand the issue/get it to work.
My directory structure is:
Driver.py A/
This is happening because A and B are independent, unrelated, packages as far as Python is concerned.
A
B
Create a __init__.py in the same directory as Driver.py and everything should work as expected.
__init__.py
Driver.py