1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-18 20:48:18 +00:00
trezor-firmware/python/src/trezorlib/messages/NEMMosaicLevy.py

11 lines
241 B
Python

# Automatically generated by pb2py
# fmt: off
if __debug__:
try:
from typing_extensions import Literal # noqa: F401
except ImportError:
pass
MosaicLevy_Absolute: Literal[1] = 1
MosaicLevy_Percentile: Literal[2] = 2