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

from .from_cycle2 import a
b = 1