xref: /aosp_15_r20/external/protobuf/python/google/__init__.py (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1try:
2  __import__('pkg_resources').declare_namespace(__name__)
3except ImportError:
4  __path__ = __import__('pkgutil').extend_path(__path__, __name__)
5