mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-09 17:10:17 +00:00
16 lines
285 B
Python
16 lines
285 B
Python
# Automatically generated by pb2py
|
|
from .. import protobuf as p
|
|
|
|
|
|
class WordRequest(p.MessageType):
|
|
MESSAGE_WIRE_TYPE = 46
|
|
FIELDS = {
|
|
1: ('type', p.UVarintType, 0),
|
|
}
|
|
|
|
def __init__(
|
|
self,
|
|
type: int = None
|
|
) -> None:
|
|
self.type = type
|