mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
16 lines
494 B
Python
16 lines
494 B
Python
|
|
# Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||
|
|
# See LICENSE.txt for license information.
|
||
|
|
|
||
|
|
"""
|
||
|
|
Generated gRPC and Protocol Buffer code.
|
||
|
|
|
||
|
|
WARNING: This module contains auto-generated code from .proto files.
|
||
|
|
Do not import directly from this module in user code - use the
|
||
|
|
public API from mattermost_plugin instead.
|
||
|
|
|
||
|
|
The generated files are:
|
||
|
|
- *_pb2.py: Protocol Buffer message definitions
|
||
|
|
- *_pb2_grpc.py: gRPC service stubs
|
||
|
|
- *_pb2.pyi: Type stub files for IDE completion
|
||
|
|
"""
|