64 lines
1.4 KiB
Python
64 lines
1.4 KiB
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
# source: streamlit/proto/Empty.proto
|
||
|
|
||
|
from google.protobuf import descriptor as _descriptor
|
||
|
from google.protobuf import message as _message
|
||
|
from google.protobuf import reflection as _reflection
|
||
|
from google.protobuf import symbol_database as _symbol_database
|
||
|
# @@protoc_insertion_point(imports)
|
||
|
|
||
|
_sym_db = _symbol_database.Default()
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
||
|
name='streamlit/proto/Empty.proto',
|
||
|
package='',
|
||
|
syntax='proto3',
|
||
|
serialized_options=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
serialized_pb=b'\n\x1bstreamlit/proto/Empty.proto\"\x07\n\x05\x45mptyb\x06proto3'
|
||
|
)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
_EMPTY = _descriptor.Descriptor(
|
||
|
name='Empty',
|
||
|
full_name='Empty',
|
||
|
filename=None,
|
||
|
file=DESCRIPTOR,
|
||
|
containing_type=None,
|
||
|
create_key=_descriptor._internal_create_key,
|
||
|
fields=[
|
||
|
],
|
||
|
extensions=[
|
||
|
],
|
||
|
nested_types=[],
|
||
|
enum_types=[
|
||
|
],
|
||
|
serialized_options=None,
|
||
|
is_extendable=False,
|
||
|
syntax='proto3',
|
||
|
extension_ranges=[],
|
||
|
oneofs=[
|
||
|
],
|
||
|
serialized_start=31,
|
||
|
serialized_end=38,
|
||
|
)
|
||
|
|
||
|
DESCRIPTOR.message_types_by_name['Empty'] = _EMPTY
|
||
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
||
|
|
||
|
Empty = _reflection.GeneratedProtocolMessageType('Empty', (_message.Message,), {
|
||
|
'DESCRIPTOR' : _EMPTY,
|
||
|
'__module__' : 'streamlit.proto.Empty_pb2'
|
||
|
# @@protoc_insertion_point(class_scope:Empty)
|
||
|
})
|
||
|
_sym_db.RegisterMessage(Empty)
|
||
|
|
||
|
|
||
|
# @@protoc_insertion_point(module_scope)
|