1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-26 16:18:22 +00:00

examples: add desc to 2048 source

This commit is contained in:
Pavol Rusnak 2017-10-06 01:38:02 +02:00
parent ed0d18132d
commit 02fb442fd1
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,3 +1,10 @@
#
# 2048 Game ported to TREZOR Core by Pavol Rusnak (stick@satoshilabs.com)
#
# inspired by https://github.com/gabrielecirulli/2048
#
from trezor import ui
from trezor import loop
from trezor import workflow