mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-18 10:32:02 +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
|
from trezor import wire
|
||||||
|
|
||||||
# Load all applications
|
# Load all applications
|
||||||
from apps import playground
|
|
||||||
from apps import homescreen
|
from apps import homescreen
|
||||||
from apps import management
|
from apps import management
|
||||||
from apps import wallet
|
from apps import wallet
|
||||||
|
|
||||||
# Initialize all applications
|
# Initialize all applications
|
||||||
playground.boot()
|
|
||||||
homescreen.boot()
|
homescreen.boot()
|
||||||
management.boot()
|
management.boot()
|
||||||
wallet.boot()
|
wallet.boot()
|
||||||
|
Loading…
Reference in New Issue
Block a user