I have a following problem. I would like to import a module. My folder contains files A.py and B.py. In A.py I tried:
from . import B
and