1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-06 14:52:33 +00:00
trezor-firmware/python/src/trezorlib/messages/NEMImportanceTransferMode.py
2019-10-22 14:36:25 +00:00

8 lines
205 B
Python

# Automatically generated by pb2py
# fmt: off
if False:
from typing_extensions import Literal
ImportanceTransfer_Activate = 1 # type: Literal[1]
ImportanceTransfer_Deactivate = 2 # type: Literal[2]