I have the following folder structure.
. B.py ├──test ├ A.py
I can import A.py in B.py by
from test import A <
from test import A