xref: /aosp_15_r20/external/protobuf/python/google/__init__.py (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1*1b3f573fSAndroid Build Coastguard Workertry:
2*1b3f573fSAndroid Build Coastguard Worker  __import__('pkg_resources').declare_namespace(__name__)
3*1b3f573fSAndroid Build Coastguard Workerexcept ImportError:
4*1b3f573fSAndroid Build Coastguard Worker  __path__ = __import__('pkgutil').extend_path(__path__, __name__)
5