cpython/Lib/test/test_import/data/circular_imports/from_cycle2.py

from .from_cycle1 import b
a = 1