# Automatically generated by pb2py from .. import protobuf as p class Initialize(p.MessageType): MESSAGE_WIRE_TYPE = 0 FIELDS = { 1: ('state', p.BytesType, 0), } def __init__( self, state: bytes = None ) -> None: self.state = state