1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-22 20:42:03 +00:00
trezor-firmware/python/src/trezorlib/messages/DebugSwipeDirection.py
2019-10-22 14:36:25 +00:00

10 lines
214 B
Python

# Automatically generated by pb2py
# fmt: off
if False:
from typing_extensions import Literal
UP = 0 # type: Literal[0]
DOWN = 1 # type: Literal[1]
LEFT = 2 # type: Literal[2]
RIGHT = 3 # type: Literal[3]