mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-11 03:18:45 +00:00
6 lines
167 B
Python
6 lines
167 B
Python
# Automatically generated by pb2py
|
|
from protobuf import protobuf as p
|
|
t = p.MessageType('Success')
|
|
t.wire_type = 2
|
|
t.add_field(1, 'message', p.UnicodeType)
|
|
Success = t |