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

from . import use
spam = 1