(root)/
Python-3.12.0/
Lib/
test/
test_import/
data/
circular_imports/
rebinding.py
       1  """Test the binding of names when a circular import shares the same name as an
       2  attribute."""
       3  from .rebinding2 import util