1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-23 04:52:01 +00:00
trezor-firmware/python/src/trezorlib/messages/DebugSwipeDirection.py

10 lines
214 B
Python
Raw Normal View History

# Automatically generated by pb2py
# fmt: off
2019-10-02 12:40:25 +00:00
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]