chore(trezorlib): add generated message files

pull/1461/head
Ondrej Mikle 3 years ago committed by Pavol Rusnak
parent 1579c62332
commit 77e99078c3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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

@ -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…
Cancel
Save