1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00

remove playground from main.py

This commit is contained in:
Pavol Rusnak 2016-10-05 20:16:48 +02:00
parent fcde4a4c84
commit 036a4ead33
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -4,13 +4,11 @@ from trezor import ui
from trezor import wire
# Load all applications
from apps import playground
from apps import homescreen
from apps import management
from apps import wallet
# Initialize all applications
playground.boot()
homescreen.boot()
management.boot()
wallet.boot()