mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-12 07:32:48 +00:00
13 lines
225 B
Python
13 lines
225 B
Python
# Automatically generated by pb2py
|
|
import protobuf as p
|
|
|
|
|
|
class ClearSession(p.MessageType):
|
|
MESSAGE_WIRE_TYPE = 24
|
|
|
|
def __init__(
|
|
self,
|
|
**kwargs,
|
|
):
|
|
p.MessageType.__init__(self, **kwargs)
|