1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-02 19:01:04 +00:00

chore(trezorlib): add generated message files

This commit is contained in:
Ondrej Mikle 2021-02-26 16:28:52 +01:00 committed by Pavol Rusnak
parent 1579c62332
commit 77e99078c3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Automatically generated by pb2py
# fmt: off
import protobuf as p
if __debug__:
try:
from typing import Dict, List # noqa: F401
from typing_extensions import Literal # noqa: F401
except ImportError:
pass
class RebootToBootloader(p.MessageType):
MESSAGE_WIRE_TYPE = 804

View File

@ -0,0 +1,14 @@
# Automatically generated by pb2py
# fmt: off
from .. import protobuf as p
if __debug__:
try:
from typing import Dict, List # noqa: F401
from typing_extensions import Literal # noqa: F401
except ImportError:
pass
class RebootToBootloader(p.MessageType):
MESSAGE_WIRE_TYPE = 804