| Current Path : C:/Users/ITO/AppData/Local/Programs/Python/Python314/Lib/test/test_import/data/package4/ |
| Current File : C:/Users/ITO/AppData/Local/Programs/Python/Python314/Lib/test/test_import/data/package4/__init__.py |
"""Binding the package attribute without importing the module."""
class submodule:
attr = 'origin'
class B:
attr = 'origin'