If you run python a.py
from this directory, you get an error such as:
Traceback (most recent call last):
File "a.py", line 1, in <module>
import b
File "./b.py", line 1, in <module>
import a
File "./a.py", line 3, in <module>
b.bar()