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:
parent
fcde4a4c84
commit
036a4ead33
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user