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:
parent
1579c62332
commit
77e99078c3
14
core/src/trezor/messages/RebootToBootloader.py
Normal file
14
core/src/trezor/messages/RebootToBootloader.py
Normal 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
|
14
python/src/trezorlib/messages/RebootToBootloader.py
Normal file
14
python/src/trezorlib/messages/RebootToBootloader.py
Normal 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
|
Loading…
Reference in New Issue
Block a user